existentialcoder / pictionary

Pictionary platform for handling thousands of users online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Draft UI

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

About

Pictionary platform for handling thousands of users online

License:MIT License


Languages

Language:JavaScript 91.0%Language:CSS 6.1%Language:HTML 2.8%