Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 983 Bytes

File metadata and controls

39 lines (26 loc) · 983 Bytes

GBA Minesweeper

Player minesweeper on your Game Boy Advanced. With beginner, intermediate, and expert difficulties, as well as highscores.

You can download the ROM from the release section.

Youtube video

Images

Controls

Control Action
A Open cell
B Flag cell
L Chord
R Chord
Dpad Move selector
Select Restart game
Start Go back to menu

Build

First create asset files (requires Grit):

sh make_assets.sh

Run make, requires devkitpro and tonc (comes with devkitpro):

make -f Makefile

This will make your a gba file that you can run on a emulator.