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.