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

Run multiple live servers at various ports #37

Closed rhemon closed 4 years ago

rhemon commented 4 years ago

Added two script on root, one that simply runs the game server. The other runs the frontend pages, and have them running on multiple ports.

Resolves #35

However it shows there is some problem wth cconnections are handled as except the first rest do not get into the loading screen.