Bingo online dual player game in NodeJS.
https://online-bingo.onrender.com
Install Dependencies
$ npm install
Run Project
$ npm start
- Two players can play this game online
- Auto pause game if joined player get disconnected
- In-game chat support with additional features
- Simple UI/UX
- Restart game feature on host side
- No database reqired
Hidden Feature
- Players can create their custom game codes by putting secret pin in Join Game code box and create the game.
- Open config.bin file in any text editor to manage custom game codes.
- Pin and game codes must start with alphabet and can only contain alphanumerical values.
- One player create the game with Create Game button.
- Other player join the game with generated game code.
- Enjoy the game.