Skip to content

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

  1. Clone the git repository:

    $ git clone https://github.com/aakashkcx/eight-ball.git
  2. Install the dependencies with npm:

    $ npm install
  3. Start the server:

    $ npm start

    The server will be running on localhost:8080.

Example

The game can be played at eight-ball--aakashkcx.repl.co.
Account and game data will not be saved.

Images

Multiplayer Gameplay:

Multiplayer Gameplay

Game Physics:

Game Physics

Dashboard:

Dashboard

Game:

Game

Profile:

Profile

Leaderboard:

Leaderboard