A Pokémon-inspired RPG for GB Compo 2023.
- A POSIX-like environment
- If you're on Linux then congratulations, you already have a POSIX environment!
- For macOS, you will need to install the Xcode command line tools. Additionally, you will need to use Homebrew in order to install a more recent version of GNU Make, since the version provided by Apple is out-of-date.
- For Windows, you'll need to install WSL or a POSIX environment such as Cygwin or MSYS2.
- RGBDS, version 0.6 or later
- Python 3