Leo Rudberg
Leo Rudberg
It would be cool to be able save a rotating globe as a GIF (or similar format). This could possibly be done through sewing generated images together (using something like...
Hello from the Cloud Build team 👋 We are aware that many Notifiers users would like to have custom templating and config bindings available to make their notifications more useful....
See https://github.com/GoogleCloudPlatform/functions-framework-go.
Gracefully handle any interrupt key sequences that may kill the server while it is running. `main.ts` _should_ be the only file affected.
This would be a funny bug 😅
These are animals that are (pseudo-randomly) distributed throughout the map. They attack players (and maybe even each other). It would be cool to have different types/levels (with different AI's!).
Echo messages displayed in the client should have a styling (`color`? `background-color`? `border`?) to hint at the communication that was sent (e.g. a shout message might have a red outline...
It seems that we have open connections, even when all the sockets in a Server's `this.sockets` are disconnected (i.e. `socket.disconnect(true)`). This is likely causing the hang in #30 .
None of the Mocha tests should be slow (yellow). We should try to remove any explicit `this.slow` calls, if possible.