GO HOLE ASCII (Vic20)
About
An unexpanded Vic 20 game for the ASCII BASIC 10 Liner Jam! #asciibasic10liner
Use keys W, A, S and D to change direction. Get the ball into the hole before you run out of moves. Don't run into anything else!
Status panel:
- First number is the number of moves you have remaining
- Second number is your score
The text file contains the code <=72 characters, although please note the Vic 20 uses single character codes for clearing the screen, moving the cursor and so on. In the text file, these are descriptors such as {clear}, {home} and {left}. The text file also has the listed version which expands the shortcuts/tokens. Also see the screenshots of the code listed.