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

Add player name option #12

Closed rhemon closed 4 years ago

rhemon commented 4 years ago

Allow players to enter name before starting to play. From backend Player object should remember name and use it at the end to display the winner or sth. And maybe scores of other participants.

rhemon commented 4 years ago

don't close front end still needs update