Skip to content

dfrankland/2048-zig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

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.

Download

DOWNLOAD HERE

Features

  • Core gameplay
  • Animation
  • Win/Loss Screens
  • High score tracking

Compatability

Tested as working on mGBA 0.10.3. Might not work on real hardware.

Building

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.

About

2048 written in zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Zig 95.6%
  • Assembly 3.6%
  • Other 0.8%