diff -r 3045f61bc4eb -r 42960d0c879b test/snake/snake.c --- a/test/snake/snake.c Sat Jun 14 12:38:37 2025 +0200 +++ b/test/snake/snake.c Sat Jun 14 14:02:16 2025 +0200 @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include @@ -195,6 +195,12 @@ // create spaceship create_spaceship(); + // TODO: play around with the test rectangle + asc_ink_rgb(255, 0, 0); + asc_scene_add_node(MAIN_SCENE, + asc_rectangle(.x = 200, .y = 250, .width = 100, .height = 75) + ); + // Main Loop do { // quit application on any error