A fantasy action-adventure GBA game written in Nim starring my cat.
Uses the natu package for a convenient GBA interface to Nim.
You will need:
- Nim, to actually build it. Easiest way to get it is to get a binary from choosenim, or from the nim-lang website, or use your operating system's package manager.
- devkitPro on your path, for some miscellaneous ARM/GBA tooling.
First, clone the repository with git clone https://github.com/IamRifki/CattoFantasy.git
then run nim build
, nim build
will then compile a .gba binary. Run with mGBA or your favorite flash cart, and enjoy.
- nocash and the gbadev.org people
For the extensive resources.
- exelotl et al
For the natu package.
- Vince94
For contributing some tunes.
MIT.