1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:18:12 +00:00
serenity/Userland/Games/Solitaire
Sam Atkins 4ed5287792 Solitaire: Hide solve button when game ends
`on_game_start` is not called until the player makes a move, so waiting
until then means that the solve button would still be visible when
starting a new game after completing one. By hiding the button in
`on_game_end`, this happens when the game-over animation starts playing
instead.
2024-01-12 17:16:19 -07:00
..
CMakeLists.txt Solitaire: Port to GML compilation 2023-10-23 16:13:05 +01:00
Game.cpp Solitaire: Ability to automatically solve the end of the game 2023-12-10 00:02:32 +01:00
Game.h Solitaire: Ability to automatically solve the end of the game 2023-12-10 00:02:32 +01:00
main.cpp Solitaire: Hide solve button when game ends 2024-01-12 17:16:19 -07:00
MainWidget.h Solitaire: Port to GML compilation 2023-10-23 16:13:05 +01:00
Solitaire.gml Solitaire: Ability to automatically solve the end of the game 2023-12-10 00:02:32 +01:00