Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
/ eight-ball Public archive

A multiplayer 8 ball pool game made in Node.js using Express and WebSockets.

License

Notifications You must be signed in to change notification settings

aakashkcx/eight-ball

Repository files navigation

Eight Ball

A multiplayer 8 ball pool game made in Node.js using Express.js and Socket.IO.

Installation

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.