Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1012 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 1012 Bytes

Bingo - An online dual player game

Live Demo

https://bingo-qhvk.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.