agb/examples/the-hat-chooses-the-wizard
Gwilym Kuiper 17867da596
Merge pull request #155 from agbrs/renovate/syn-1.x
Update Rust crate syn to 1.0.85
2022-01-12 23:18:16 +00:00
..
.cargo Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00
.vscode Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00
gfx Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00
map Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00
sfx Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00
src Use agb::fixnum rather than agb::number 2022-01-12 22:09:57 +00:00
.gitignore Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00
build.rs Use agb::fixnum rather than agb::number 2022-01-12 22:09:57 +00:00
Cargo.lock Merge pull request #155 from agbrs/renovate/syn-1.x 2022-01-12 23:18:16 +00:00
Cargo.toml Update names to reflect the final name 2022-01-01 12:15:56 +00:00
gba.ld Update gba.ld in the-hat-chooses-the-wizard 2022-01-01 22:16:53 +00:00
LICENSE Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00
README.md Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00
rust-toolchain.toml Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00
screenshot.png Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00

The Hat Chooses The Wizard

the hat chooses the wizard screenshot

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.