Skip to content

akanshSirohi/Bingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bingo

Bingo online dual player game in NodeJS.

Live Demo

https://online-bingo.onrender.com

Instructions to run

Step 1

Install Dependencies

$ npm install

Step 2

Run Project

$ npm start

Features

  1. Two players can play this game online
  2. Auto pause game if joined player get disconnected
  3. In-game chat support with additional features
  4. Simple UI/UX
  5. Restart game feature on host side
  6. No database reqired

Hidden Feature

  1. Players can create their custom game codes by putting secret pin in Join Game code box and create the game.
  2. Open config.bin file in any text editor to manage custom game codes.
  3. Pin and game codes must start with alphabet and can only contain alphanumerical values.

How to play

  1. One player create the game with Create Game button.
  2. Other player join the game with generated game code.
  3. Enjoy the game.

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5