ladybird/Userland/Games
Mustafa Quraish 4d302e0e88 Everywhere: Use Application::construct() with Main::Arguments directly
Use the updated API everywhere we are currently manually passing in
`arguments.argc` and `arguments.argv`.
2021-11-22 21:13:42 -08:00
..
2048 Everywhere: Use Application::construct() with Main::Arguments directly 2021-11-22 21:13:42 -08:00
Breakout Everywhere: Use Application::construct() with Main::Arguments directly 2021-11-22 21:13:42 -08:00
Chess Everywhere: Use Application::construct() with Main::Arguments directly 2021-11-22 21:13:42 -08:00
FlappyBug FlappyBug: Port to LibMain 2021-11-22 21:02:14 -08:00
GameOfLife LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Hearts AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Minesweeper Everywhere: Use Application::construct() with Main::Arguments directly 2021-11-22 21:13:42 -08: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: Fix 3 card draw from reversing after an undo 2021-11-10 20:15:09 -08:00
Spider Spider: Port to LibMain 2021-11-22 21:03:45 -08:00
CMakeLists.txt Games: Add Spider 2021-06-24 10:32:53 +02:00