This project is based on this template.
To run / install this game, you'll need:
- NodeJS with NPM installed.
- socket.IO.
- Express.
After cloning the source code from Github, you need to run the following command to download all the dependencies (socket.IO, express, etc.):
npm install
After downloading all the dependencies, you can run the server with the following command:
npm start
The game will then be accessible at http://localhost:3000
or the respective server installed on. The default port is 3000
.
- This project is licensed under the terms of the MIT license.