Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 923 Bytes

File metadata and controls

17 lines (12 loc) · 923 Bytes

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 😊