mirror of
https://github.com/rvtr/Cookie-Clicker-C64.git
synced 2025-06-18 09:45:31 -04:00
Cookie clicker for the C64
.gitignore | ||
Banner.png | ||
CC64.d64 | ||
Cookie Clicker.cbmprj | ||
Cookie Clicker.prg | ||
prg.txt | ||
README.md | ||
storedat.seq |
Cookie-Clicker-C64
OH MY GOD THIS PROGRAM JUST GOT SHOWED IN A YOUTUBE VIDEO
https://youtu.be/o6RtnOU-5ss LETS FUCKING GOOOOOOOOO (to anyone who came here, sorry, this program is reaaaaaaaally buggy. Maybe this is the motivation I need to fix it up)
Cookie Clicker C64 (or CC64 for short) is a Cookie clicker clone for the Commodore 64.
How to play :
- Press the space bar to 'click' for cookies.
Credits:
- @Orteil for making the original cookie clicker game
- @drskinner
Notes:
- Editing program lines larger than 80 characters on the C64 (or on an emulator) will result in parts of them being deleted
storedat
must be placed in the same d64 ascookie.prg
, or in the same directory, if your emulator treats a folder like a disk. Also note that unlikestoredat
,savedat
is not needed to run the game, so you can placesavedat
on another d64 and swap disks when needed.