8000 GitHub - michaelpri10/bingo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

michaelpri10/bingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bingo Application

This is a multiplayer bingo application that allows multiple players to play together using WebSockets. Users open the game and enter their username to join the lobby. Once 5 players have joined, they will each be given a card and will start to play bingo.

The client and server application must be run separately from each other.

For the server, run:

cd server
npm install
npm start

For the client, run in a separate terminal:

cd client
npm install
npm start

Currently, 3 players must be logged on concurrently to start the game. The BINGO button should be clicked when a user thinks that they have a winning Bingo board.

Further work:

  • User accounts
  • Variable size games
  • New games and regenerating boards
  • Better designs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0