ladybird/Userland/Games
Sam Atkins c7c4d70f6e LibCards+Games: Return ErrorOr from deck-creation factory functions :^)
Also, be smarter about appending cards to the deck: we can
unchecked_append them to the deck, since we already ensured enough
capacity earlier.
2023-01-22 21:31:36 +00:00
..
2048 LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
BrickGame LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Chess Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
ColorLines ColorLines: Use AK::shuffle() for shuffling 2023-01-20 17:45:33 +00:00
FlappyBug LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Flood LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
GameOfLife LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
Hearts LibCards+Games: Return ErrorOr from deck-creation factory functions :^) 2023-01-22 21:31:36 +00:00
MasterWord LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2023-01-12 11:25:51 +01:00
Minesweeper LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr 2023-01-12 11:25:51 +01:00
Snake LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
Solitaire LibCards+Games: Return ErrorOr from deck-creation factory functions :^) 2023-01-22 21:31:36 +00:00
Spider LibCards+Games: Return ErrorOr from deck-creation factory functions :^) 2023-01-22 21:31:36 +00:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00