https://github.com/thatcodechap/bingo
Bingo is a multiplayer game where players try to strike five rows, columns, or diagonals. Each player starts with a 5x5 grid of tiles, and each tile is numbered from 1 to 25
https://github.com/thatcodechap/bingo
bingo css game html javascript multiplayer nodejs
Last synced: 12 days ago
JSON representation
Bingo is a multiplayer game where players try to strike five rows, columns, or diagonals. Each player starts with a 5x5 grid of tiles, and each tile is numbered from 1 to 25
- Host: GitHub
- URL: https://github.com/thatcodechap/bingo
- Owner: thatcodechap
- Created: 2023-08-06T18:43:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T18:43:31.000Z (about 2 years ago)
- Last Synced: 2024-11-15T21:17:17.711Z (11 months ago)
- Topics: bingo, css, game, html, javascript, multiplayer, nodejs
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Bingo

## How to play
1. Fill up the tiles in any pattern you like, or use the random fill.
2. Once all the tiles are filled, the first player to join the session will get a prompt to start the game.
3. Players take turns playing. When it's your turn, the background color will turn green.
4. Choose a tile to complete a row, column, or diagonal.
5. The first player to complete 5 rows, columns, or diagonals wins the game!