https://github.com/maksasj/dungeon_master
Dungeon Master - Game Boy Advance(GBA) rogue like game written specially for GBA Jam 2022
https://github.com/maksasj/dungeon_master
c game-development gba gba-development
Last synced: about 1 year ago
JSON representation
Dungeon Master - Game Boy Advance(GBA) rogue like game written specially for GBA Jam 2022
- Host: GitHub
- URL: https://github.com/maksasj/dungeon_master
- Owner: Maksasj
- License: mit
- Archived: true
- Created: 2022-09-06T16:58:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T19:22:21.000Z (over 3 years ago)
- Last Synced: 2025-03-24T19:48:24.151Z (over 1 year ago)
- Topics: c, game-development, gba, gba-development
- Language: C
- Homepage: https://soskar.itch.io/dungeon-master
- Size: 2.78 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dungeon Master
Dungeon Master - Game Boy Advance(GBA) rogue like game written specially for [GBA Jam 2022](https://itch.io/jam/gbajam22) (P.S actually we missed due to some university work 🙃)

## 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](https://drive.google.com/file/d/1e5EfY6YxEkvzd7Fgp4rJgkPiA7NVlmBN/view?usp=sharing)
- 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 😊