mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 08:41:34 +11:00
1 KiB
1 KiB
The Hat Chooses The Wizard
A Game Boy Advance game made for the GMTK Game jam 2021 written in Rust using the agb library. Play it at lostimmortal.itch.io/the-hat-chooses-the-wizard.
Compiling
The repository for agb gives instructions for what tools are required for using agb.
If you have these, then clone this repository and build away.
If mgba-qt is installed, then a cargo run
will build and run the game.
Changes
This code may have changed since the gamejam submission, the tag gmtk-submission
contains exactly the code at the point of submission.
This may be difficult to compile due to requiring some special directory setup, so the tag gmtk-submission-agb-versioned
contains a single change that means it is easier to compile.