wyattferguson / 2048-gb

A 2048 port for the Game Boy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🕹️ 2048 - Game Boy Edition

This is a working port of 2048 for the classic Game Boy. Its a addictive little game that some of you might know as 'THREES'. Simply fire up your favorite Game Boy emulator and load the 2048.gb file. All the details of how the 2048 works can be found [here]https://en.wikipedia.org/wiki/2048_(video_game))

s1 s3 s2

🚀 Coding for the Game Boy

For curious its built with GBDK 2020 and heres the GBDK 2020 C Guidelines this will walk you through some of the limitations and tricks to make C run effeciently on the Game Boy. So if your wondering why so many things are globals or why I dont do things a certain its mostly because the game boy hardware really doesnt like those things.

📮 Contact & Support

Created by Wyatt Ferguson

For any comments or questions your can email me at wyattxdev@duck.com

Buy Me A Coffee


About

A 2048 port for the Game Boy


Languages

Language:C 99.6%Language:Batchfile 0.4%