ladybird/Userland/Games
Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
This was used in a lot of places, so this patch makes liberal use of
ErrorOr<T>::release_value_but_fixme_should_propagate_errors().
2021-11-08 00:35:27 +01:00
..
2048 2048: Let user decide if he wants to continue the game 2021-10-05 13:27:57 +03:30
Breakout Breakout: Tag fallthrough statement 2021-09-15 14:22:34 +00:00
Chess LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
FlappyBug LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
GameOfLife LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Hearts Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
Minesweeper LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Pong Pong: Switch to global tracking 2021-09-08 23:59:08 +02:00
Snake LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Solitaire Solitaire: Add Auto-Collect gameplay option 2021-09-06 21:39:24 +02:00
Spider Everywhere: Use my fancy new serenityos.org email :^) 2021-09-13 20:51:50 +00:00
CMakeLists.txt