ladybird/Userland/Games
Timothy Flynn 661c02b914 Snake: Use a statusbar to display the current and high score
The food bitmaps would sometimes be placed underneath the score text,
which was a bit hard to see. Use a statusbar like we do in other games
like Solitaire.

Note the default height change of the Snake window is to make the inner
game widget fit exactly 20x20 cells.
2022-12-23 23:26:21 +01: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 GameOfLife: Propagate errors while loading bmp 2022-12-23 12:23:05 +00: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: Use a statusbar to display the current and high score 2022-12-23 23:26:21 +01: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