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

Loader displays correctly #36

Closed rhemon closed 4 years ago

rhemon commented 4 years ago

Resolves #26 Because of repeatedly sending the 0 message to front end client, it repeatedly loaded the loader svg making it not visble. So set it to only send once before loop. Modified the svg to make it more visible.