Kids Reality '84 C65 by FeCO
About
Kids Reality '84 C65 by FeCO
##############################
BASIC 10 Liners Contest 2022
Category: EXTREME-256
Commodore BASIC 10.0 (C65)
programmed with XEMU + Commodore 65 911001.rom (latest non-patched factory ROM)
written by: FeCO
Credits: LGB for XEMU, Zimmers.net and CBM for the ROM backup
##############################
INTRODUCTION
Year: 1984. No internet, mobile phones, etc. You just waked up from your "KIDS DREAM C65" and go to local KRESZ PARK to prepare a time attack with your "pedal powered" Moskvich. At the end of the practice you can read your time.
INSTRUCTIONS:
The game starts when the border changes to green. Use 'Z' and 'X' keys to move the vehicle as left and right foot on pedals. If you miss a key you will loose some time. In the end, you can quit with 'Q' key after your time displayed.
CONTROLS:
Z: left foot (pedal)
X: Right foot (pedal)
Q: Quit
CODE DESCRIPTIONS:
I have to used some constants to reduce the size of the lines.
0 - (re)set the graphics mode 320x200x4bit 1 - set the colors and put the background 2-3 - draw the element of the track, sky, road and the field 3-6 - draw the vehicle and the kid 7 - move the pedals/set timer and choose game over 8 - make the move / display time at finish 9 - input controls