Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 1015 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 1015 Bytes

Catto's Fantasy

A fantasy action-adventure GBA game written in Nim starring my cat.

Uses the natu package for a convenient GBA interface to Nim.

Building

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.

Special thanks

  • nocash and the gbadev.org people

For the extensive resources.

  • exelotl et al

For the natu package.

  • Vince94

For contributing some tunes.

License

MIT.