Heartbeat (C64) by Toolkitman
A downloadable game
Expalnation
This is a pure prototype game i have built to try to built an ascii game by my fantasy, there is a VICE
bug that come out while save after loading the game the down slash on the right go one step to right.
Dont happens if writing the code and executing it directly.
The game story is that you are an heart doctor and you have to check the ECG of your patient by
guess the right heart beat every time it before it exit on the screen.
Code
10 GET A 20 PRINT " STRIGHT COMMODORE SLASH" 30 FOR I = 1 TO 500 40 NEXT I : PRINT " COMMODORE HEART CARACHTER",STRIGHT C64 SLASH" 50 FOR N = 1 TO 1000 60 NEXT N : PRINT " STRIGHT C64 SLASH" 70 IF A = 2 THEN PRINT " DOWN SLASH C64 x3,STRIGHT SLASH C64" 80 IF A = 4 THEN PRINT " STRIGHT C64 SLASH,DOWN C64 SLASH x3" 90 GOTO 10
code explanation
10 wait for a input
20 print the commodore signs
30 make a for next from 1 to 500 and print on the next line the heart and slash
60 for next to 1000 and as mentioned the line before
70 if the variable a is 2 print the related commodore signs
80 the same with 4
90 return to 10
Emulator SDL VICE or everything that run .d64, paste the heartbeat file over the vice windows and wait
2 and 4 play right left.
| Status | Released |
| Author | BASIC 10Liner |
| AI Disclosure | AI Assisted, Code |

Comments
Log in with itch.io to leave a comment.
very good