Deimos-Phrixus / marathondraw

Multiplayer pictionary game where AI guesses your drawings. Used a subset of Google's Quickdraw dataset to trian a classification model (>75% accuracy) that is used in the AI to guess players' drawings.
https://deimos-phrixus.github.io/marathondraw/
0 stars 0 forks source link

Timer #16

Closed rhemon closed 4 years ago

rhemon commented 4 years ago

Frontend should run the game for 60s. at the end it should send finished state for the player and wait for the server to send all the scores of players to display it. and show the winner. Requrires updates with backend as well.

rhemon commented 4 years ago

timer now works. so fniish screen issue separted with #25, so closing this