64k ultra run by Claus Dyring Jensen
A downloadable game
To beat the computer press space and repeat, as quickly as you can.
If you think it's too easy, just type RUN again. You will find that sometimes the computer is faster than others.
About the program:
It makes use of "print is the new poke" (https://csdb.dk/release/?id=177079) to initialise four frames of sprite animation (line 0-4) and for VIC-II initialization (line 5).
Key repeat is disabled with poke to 650. Otherwise, it would be too easy to beat the computer.
Line 6-7 initializes the screen.
Line 8-9 is the main loop. Some "if" statements had to be replaced with boolean statements, using the numerical result (-1 or 0) to create a conditional expression evaluation.
Status | Released |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | BASIC 10Liner |
Genre | Sports |
Tags | 8-Bit, basic, basic10liner, Commodore 64 |
Download
Install instructions
To start 64k ultra run, load the program with a Commodore 64 or emulator. And type.. RUN :-D
Development log
- Image downloadApr 08, 2021
Comments
Log in with itch.io to leave a comment.
Very beautyful!