serenity/Userland/Games
Sam Atkins 0875ef770f Chess: Make chess widget resilient to missing piece images
Display a warning when some images are missing, instead of crashing.

Also, don't keep old images around when loading a new set, and make use
of get_piece_graphic() more often.
2023-11-07 19:44:11 +01:00
..
2048 Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
BrickGame Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Chess Chess: Make chess widget resilient to missing piece images 2023-11-07 19:44:11 +01:00
ColorLines Userland+Tests: Remove uses of direct file loading for BitmapFont 2023-10-29 13:12:28 -06:00
FlappyBug FlappyBug: Unify the way of getting the final score 2023-11-01 10:43:55 +01:00
Flood Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
GameOfLife GameOfLife: Allow pressing escape to clear the selected pattern 2023-10-07 11:36:57 +02:00
Hearts Hearts: Paint player names in white when background is a dark color 2023-10-04 20:10:04 +02:00
MasterWord MasterWord: Use GML compiler 2023-10-02 21:31:06 +02:00
Minesweeper Minesweeper: Port to GML compilation 2023-10-24 21:47:18 +02:00
Snake Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Solitaire Solitaire: Port to GML compilation 2023-10-23 16:13:05 +01:00
Spider Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
CMakeLists.txt