CLS to clear the screen
@A to create a link
LOCATE X,X to locate the place where you want to put something
PRINT "" to print something on the screen
IF BUTTON(0) THEN GOTO @B to start the game when a button is pressed
GOTO @A
@B
and then you put the rest of your code
Enjoy :)
Updated version of PTC Maze with more features.
Always aiming to take more space on the screen and to show a maze-solved counter, but I really don't know how to do that :/
So I reproduced the maze of Petit Computer website and changed a few little things. Don't know what values to change and how to change them to use the whole screen, but that'll do it for now I guess.