Pictionary platform for handling thousands of users online
- 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
This project was bootstrapped with Create React App.
npm install
DEBUG=pictionary* npm run start
npm install
npm run start