Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rabiroshan/bingo
Classic Indian School Bingo game (online 2 Player) using reactjs and peerjs (webRTC).
https://github.com/rabiroshan/bingo
Last synced: 4 days ago
JSON representation
Classic Indian School Bingo game (online 2 Player) using reactjs and peerjs (webRTC).
- Host: GitHub
- URL: https://github.com/rabiroshan/bingo
- Owner: RabiRoshan
- License: mit
- Created: 2020-06-15T07:10:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:43:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T02:03:30.336Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://rabiroshan.github.io/bingo/
- Size: 2.24 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Classic Indian School Bingo using WebRTC
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md)
### Play At: https://rabiroshan.github.io/bingo/
### Instructions:
1. The game is played by **two players**. One of the players must create a **room-id** and share it with the other player. The other player should use the room-id to join.
2. Once the player have joined successfully, a 5x5 table with numbers 1-25 (including 1 and 25) arranged randomly will be displayed to both the players.
3. Each player, turn by turn marks a number on their board which will be reflected on the opponents board as well.
4. Whenever a **row** or a **column** or a **diagonal** in the table is completely marked, the player will earn one point.
5. When a player have scored 5 or more than five, a **Bingo Button** will appear on that players screen.
6. The first player to press the Bingo button will win. If both players press at the same time, then the game will be a draw.
7. Thats it! Happy Bingo.