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

Handling connectoin loss before game started #43

Closed rhemon closed 4 years ago

rhemon commented 4 years ago

It seems if player ends connection before game could start, it resutls into a bunch of error, affecting all future games. So needs to be fixed.