# The Hat Chooses The Wizard [![the hat chooses the wizard screenshot](screenshot.png)](https://lostimmortal.itch.io/the-hat-chooses-the-wizard) A Game Boy Advance game made for the [GMTK Game jam 2021](https://itch.io/jam/gmtk-2021) written in Rust using the [agb library](https://github.com/corwinkuiper/agb). Play it at [lostimmortal.itch.io/the-hat-chooses-the-wizard](https://lostimmortal.itch.io/the-hat-chooses-the-wizard). ## Compiling The [repository for agb](https://github.com/corwinkuiper/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.