hangry-river-horse
hangry-river-horse copied to clipboard
The hippos are hungry, and the only thing that can satisfy them is colorful balls!
Right now the order that players are listed in when calling the `/api/players` endpoint is determined by the ordering provided by `HashMap`, which is effectively arbitrary. This leads to multiple...
Currently, when the first host connects, they'll get every broadcast that was sent by the server before a host connected. This is an unintended consequence of how the broadcast thread...
If you navigate to `/foo/bar` (or any non-api-endpoint path) the server returns a 500 error code. Instead, it should treat the path as trying to serve a static file that...
Currently, the script used to start the game server after a deployment just runs the app as a background process. This technically works, but if the server ever crashes, then...