Games
Games copied to clipboard
Many kinds of games, playable in both multiplayer or local play. Replays, spectator mode, and AIs.
Table layout with two rows (user icons, accept/reject icons) i.e. each column represents a person's action in the round.
The server does not seem to be removing any games from `GameType.runningGames` This is a huge source of memory leak.
Kotlin SharedFlow can replace the communication between coroutines in `GameFlowImpl` instead of channels. Even more so, it should also make it possible to add more different listeners and separate the...
A lot of places are marked with e.g. `Unchecked cast: ActionTypeImplEntry to ActionTypeImplEntry` This can be cleaned up in many cases by marking the appropriate type parameters in the right...
At the moment all move highlights are kind of a teal color, which can be confusing. I would suggest to make the highlights blue and red for the respective players....
When developing a game, it can be a pain to have to test, edit code, restart, create new game, test, edit code, restart... To fix this in a smooth way,...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...