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

Some wait message when processing drawing #15

Closed rhemon closed 4 years ago

rhemon commented 4 years ago

During the process it sends the drawing and gets the decision, it should show a temp message. Cuz right now as it sends the player cant do anything. this will seem like a bug while system is actually working.

MHLinh commented 4 years ago

So, the client will just display the message right?

rhemon commented 4 years ago

I think as the front end is sending it it nows when it starts. the backend needs to just send the response. which on recieeve front end will know its done

rhemon commented 4 years ago

waiting msg added but not dispalying correctly. #26