A Cookie Clicker clone for the Game Boy written in Nim! (plus my own crt0
and basic routines in ASM)
Unlike my last 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 folder excluding the ROM and debug symbols:
nim cleanDist