An IDE for making Game Boy Advance games
- Map, Sprite, and Code Editor
- Importing Tilesets and Spritesheets
- C Code generation
- Deploy and run
- Grab latest release build
- If you do not already have one, install an emulator. Below are some few good ones
- Setup the GBA Emulator from the Menu
Config->Set GBA Emulator
- Check out the example games
- Clone repo
https://github.com/138paulmiller/EdGBA.git
- Install Tools
- Clone repo
git clone https://github.com/138paulmiller/EdGBA.git
- Install Tools
sudo apt-get install build-essential
sudo apt-get install qtcreator
wget https://download.qt.io/new_archive/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run
chmod +x qt-opensource-linux-x64-5.7.0.run ./qt-opensource-linux-x64-5.7.0.run