- Notifications
You must be signed in to change notification settings - Fork0
ZoomTen/pocket-clicker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Cookie Clicker clone for the Game Boy written in Nim! (plus my owncrt0
and basic routines in ASM)
Unlike mylast proof-of-concept, this time I try not to depend too much on GBDK (particularly the GB-specific part), but rather to try and compile everything from the C that Nim generates.
(Pokémon-theme hopefully temporary)
For best results, do this in a Unix-like environment.
- Ensure the
GBDK_ROOT
environment variable points to your GBDK 2020 installation folder. - Clone the repo:
git clone https://github.com/ZoomTen/pocket-clicker
cd
into the repo folder and run:
nim build
- To clean up the repo folder of generated files including the ROM:
nim clean
- To clean up the repo folderexcluding the ROM and debug symbols:
nim cleanDist