ZoomTen / pocket-clicker

A simple Cookie Clicker clone for the Game Boy with a twist, written in Nim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pocket Clicker

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)

How to build

For best results, do this in a Unix-like environment.

Requirements

Steps

  1. Ensure the GBDK_ROOT environment variable points to your GBDK 2020 installation folder.
  2. Clone the repo:
git clone https://github.com/ZoomTen/pocket-clicker
  1. cd into the repo folder and run:
nim build
  1. To clean up the repo folder of generated files including the ROM:
nim clean
  1. To clean up the repo folder excluding the ROM and debug symbols:
nim cleanDist

About

A simple Cookie Clicker clone for the Game Boy with a twist, written in Nim.


Languages

Language:Nim 58.6%Language:Assembly 38.5%Language:C 2.9%