$ git clone git://github.com/BlackMATov/gba-game.git
$ cd gba-game
$ cd your_game_repository_directory
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ cmake --build .
- Game Boy Advance emulator (mGBA for example)
$ cd your_game_build_directory
$ mgba game/game.gba
- CMake: https://cmake.org/
- devkitPro: https://devkitpro.org/
- mGBA: https://mgba.io/