Skip to content

Maksasj/dungeon-master

Repository files navigation

Dungeon Master

Dungeon Master - Game Boy Advance(GBA) rogue like game written specially for GBA Jam 2022 (P.S actually we missed due to some university work 🙃) Dungeon Master logo

Setup

devkitadv - Software Development Kit for the Nintendo(tm) Gameboy Advance(tm) based on GCC.

[Note] devkitadv already contains gcc, if you already have one, try to temporary remove mingw's gcc from PATH environment variable.

Follow these few steps to install development environment on your local machine:

  • Dowloand full packed devkitadv package. link
  • Unzip archive in preferred place.
  • [Optional] add %YourChosenPath%/devkitadv/bin to PATH environment variables
  • [Optional] test your setup by building test project
  • Setup is finished 😊