A multiplayer 8 ball pool game made in Node.js using Express.js and Socket.IO.
-
Clone the git repository:
$ git clone https://github.com/aakashkcx/eight-ball.git
-
Install the dependencies with npm:
$ npm install
-
Start the server:
$ npm start
The server will be running on localhost:8080.
The game can be played at eight-ball--aakashkcx.repl.co.
Account and game data will not be saved.