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

Should display category to draw #13

Closed rhemon closed 4 years ago

rhemon commented 4 years ago

For now its static, but it should display the received category to draw to player. And after the player draws it it should take the respond and update a new category if it was done. If not, it should show a message saying "try again" or sth.

This also needs to be fixed on the backend side.

MHLinh commented 4 years ago

In the Game class I could make the scoring method return true or false depending if the player got 0 or more points. Then the server would send a message with true or false or an if statement sending a message "Try again"

rhemon commented 4 years ago

Yeah. or it could just simply be "" and "new category", so if empty it will mean the drawing is wrong. otherwise its the new category to draw

rhemon commented 4 years ago

since it doesnt seem efficient to break into two requests. one for True/False one for new category name

rhemon commented 4 years ago

Dont close it yet. fronte nd is not fixed yet