Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.
/ joinedtogether Public archive

A Game Boy Advance game made for the Game Maker's Tooklkit Game Jam 2021 with the theme Joined Together

License

Notifications You must be signed in to change notification settings

agbrs/joinedtogether

Repository files navigation

This repository has been added as an example for the agb library, so the latest version can be found here.

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.