Skip to content

A Node.js app that allows users to play Fifteen Puzzle (a console game written in C++) via a WebSocket connection.

Notifications You must be signed in to change notification settings

DarianBenam/fifteen-puzzle-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fifteen Puzzle Server

A Node.js app that allows users to play Fifteen Puzzle (a console game written in C++) via a WebSocket connection.

How to Run the Server

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.