1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:34:59 +00:00
serenity/Userland/Games
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
..
2048 Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
BrickGame Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Chess Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ColorLines AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
FlappyBug FlappyBug: Unify the way of getting the final score 2023-11-01 10:43:55 +01:00
Flood Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
GameOfLife GameOfLife: Allow pressing escape to clear the selected pattern 2023-10-07 11:36:57 +02:00
Hearts Hearts: Port to GML compiler 2024-01-09 17:23:39 +01:00
MasterWord Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Minesweeper Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Snake Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Solitaire Solitaire: Hide solve button when game ends 2024-01-12 17:16:19 -07:00
Spider Spider: Make non-movable cards disabled :^) 2023-11-24 11:45:32 +00:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00