Skip to content

idle-js-games/c64clicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commodore Clicker

A JavaScript incremental game which drives the clock of a Commodore 64 emulation. Or at least, that's the eventual goal. Play the game here.

Usage

The emulated C64 boots into the incremental game, but this can be interrupted in the usual manner of hitting Run/Stop + Restore. After interruption, the game can be restarted using the statement: SYS 49152

A joystick is plugged into port 2 of the C64, and its directions are mapped to the arrow keys. The joystick is used in-game to allow movement of the sprite. Alt is the Fire key, but this is not used in-game at this time.

The keyboard corresponds to that of a British C64, and is mapped in similar fashion to VICE's mapping. The following keys are non-obvious mappings:

  • F1, F2, F3, F4 are mapped to the C64's F1, F3, F5, F7. Shift-F1 is the C64's F2, and so on.
  • Escape is Run/Stop; F8 is Restore.
  • Tab is the C64's Control; the host's Control maps to the Commodore key.

Key map entries not mentioned here are documented in the CIA emulation.

Credits

Libraries included:

Test ROMs included:

Resources that have been infinitely useful:

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • CSS 3.8%
  • Assembly 3.5%
  • HTML 1.3%