small tweeks

This commit is contained in:
2025-02-01 14:39:44 -05:00
parent 442b397290
commit f96a846202

View File

@@ -1,5 +1,9 @@
// ReWalker with Obstacles
// A random walker that moves around the screen but avoids four red squares.
// ReWalker
// A random walker that moves around the screen with a fading trail, mouse interaction, and a status bar.
// There are now obsticalse you cant walk through
// Updated to use the latest ReWindow API and JGL rendering.
// Written by Rich
// With help from (and thanks to) from Maxine, Josh, and Bill.
#include <ReWindow/types/Window.h>
#include <ReWindow/Logger.h>