A Node.js app that allows users to play Fifteen Puzzle (a console game written in C ) via a WebSocket connection.
Assuming npm
and node
are installed, open a terminal of your choice and execute the following commands:
npm install
node app.js
NOTE: The binary file located in the bin
folder was compiled for 64-bit Linux distributions. To run this application under Windows, you need to either run the commands on WSL or compile the Fifteen Puzzle source code into a .exe
file.