This is a version of the game 2048 written for the Nintendo Game Boy Advance. It is written in zig, which is a cool programming language.
- Core gameplay
- Animation
- Win/Loss Screens
- High score tracking
Tested as working on mGBA 0.10.3. Might not work on real hardware.
If you don't want to download it, or you would like to make changes, you can build it from source. Download the repository, and run:
zig build
To make a debug build, or
zig build --release=safe
for a release build. You will need to have installed zig on your computer. This was written with zig 0.12.0, so if the latest verison doesn't work, try that one.