Skip to content

Pictionary platform for handling thousands of users online

License

Notifications You must be signed in to change notification settings

Room4O4/pictionary

Repository files navigation

pictionary

Pictionary platform for handling thousands of users online

Todo List

Server

- Identify unique users
- Game Loop
  - Pick players in round robin and assign word
  - keep scores in each round till one game is over
  - Show Leaderboard
  - End game if all players have had a chance to draw.
  - Repeat

Client

image

This project was bootstrapped with Create React App.

Build project locally

Server

npm  install
DEBUG=pictionary* npm run start

Client

npm install
npm run start