mirror of
https://github.com/rvtr/Cookie-Clicker-C64.git
synced 2025-10-31 07:41:12 -04:00
Cookie clicker for the C64
| build | ||
| .gitignore | ||
| Banner.png | ||
| prg.txt | ||
| README.md | ||
Cookie-Clicker-C64
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.
-
Buy/select items by pressing the letter beside them. (the one in brackets)
Saves:
Saves must be named cc64.sav and placed in the same directory as cookie.prg. (to copy the save onto a d64 file, use DiskImagery64)
Currently saves are only available in the nightly builds.
Save file format:
Cookies
Cookie gain
Cursor amount
Grandma amount
Farm amount
Mine amount
Example save file:
3426597
0.9823
230
54
32
1
Credits and Notes
Credits:
- @Orteil (for making the original cookie clicker game)
Notes:
- Due to the way I have everything set up my commits will appear as commits by drskinner.
- Editing program lines larger than 80 characters on the C64 (or on an emulator) will result in parts of them being deleted.