10 PRINT Demo
This project is not designed to run on your device. Add it to a collection to play later, or you can try to run it anyway.
A simple graphical demo created using Godot that generates an infinite pseudo-maze, using the same technique as the C64 classic BASIC program:
10 PRINT CHR$(205.5 + RND (1));:GOTO 10

Comments
Log in with itch.io to leave a comment.
Something simple to keep me occupied over Christmas break :)