filippbudko / billiards-express-handlebars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 72.8%Language:Handlebars 25.6%Language:CSS 1.6%