ladybird/Userland/Games/Snake
Sam Atkins 2069a5a2a0 Snake: Make initialization from GML fallible
Replace the C_OBJECT factory functions with a custom try_create() which
loads the various bitmaps. Any failures there are now propagated.
2023-01-01 09:55:05 -05:00
..
CMakeLists.txt Snake: Convert the game window to GML 2022-12-23 23:26:21 +01:00
Game.cpp Snake: Make initialization from GML fallible 2023-01-01 09:55:05 -05:00
Game.h Snake: Make initialization from GML fallible 2023-01-01 09:55:05 -05:00
main.cpp Snake: Make initialization from GML fallible 2023-01-01 09:55:05 -05:00
Snake.gml Snake: Use a statusbar to display the current and high score 2022-12-23 23:26:21 +01:00