hangry-river-horse icon indicating copy to clipboard operation
hangry-river-horse copied to clipboard

The hippos are hungry, and the only thing that can satisfy them is colorful balls!

Results 14 hangry-river-horse issues
Sort by recently updated
recently updated
newest added

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...

type: enhancement
area: backend
area: host

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...

type: bug
area: backend

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...

type: bug
area: backend

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...