Cookie clicker for the C64
Go to file
IanSkinner1982 60d67cc5c1 fixed readme
2021-01-24 13:45:11 -05:00
build fixed name saving and updated save file format 2021-01-24 13:43:39 -05:00
.gitignore added test menu and blocked space repeat 2021-01-07 20:18:52 -05:00
Banner.png fixed name saving and updated save file format 2021-01-24 13:43:39 -05:00
prg.txt fixed name saving and updated save file format 2021-01-24 13:43:39 -05:00
README.md fixed readme 2021-01-24 13:45:11 -05:00
testmenu.txt fixed name saving and updated save file format 2021-01-24 13:43:39 -05:00

Cookie-Clicker-C64

Chat on Discord

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 or another disk editor.)
Currently saves are only available in the nightly builds.

Save file format:

Stop key flag
Cookies
Cookie gain
Cursor amount
Grandma amount
Farm amount
Mine amount
Player name

The stop key flag must be `0` or `1`.
`0` will prevent the player from stoping the program, and `1` allows the player to stop the program.

Example save file:


0
3426597
0.9823
230
54
32
1
IANSKINNER1982

Credits and Notes

Credits:

  • @Orteil (for making the original cookie clicker game)

Notes:

  • Due to the way I have everything set up, some of 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