ladybird/Userland/Games
Baitinq b354e858c8 Snake: Add pause/continue game menu action
This patch adds an action in the Snake's game menu that allows for easy
pausing/unpausing of the game state.

In order to do this, the commit adds new pause()/start() functions in
the SnakeGame class ;)
2022-12-19 14:11:53 -05:00
..
2048 AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
BrickGame BrickGame: Ignore unhandled keydown events 2022-12-14 18:25:02 +00:00
Chess LibFileSystemAccessClient: Rename try_save_file => 2022-12-14 18:26:25 +00:00
ColorLines Games: Add ColorLines 2022-12-12 17:30:04 +00:00
FlappyBug AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Flood AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GameOfLife Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Hearts Hearts: Ignore unhandled keydown events 2022-12-14 18:25:02 +00:00
MasterWord MasterWord: Ignore unhandled keydown events 2022-12-14 18:25:02 +00:00
Minesweeper Minesweeper: Make a factory function for Field and propagate errors 2022-12-14 15:05:52 +00:00
Snake Snake: Add pause/continue game menu action 2022-12-19 14:11:53 -05:00
Solitaire Solitaire: Ignore unhandled keydown events 2022-12-14 18:25:02 +00:00
Spider AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00