2048-gb
Game Boy and Master System port of 2048
Assembly★ 118⑂ 8 forksZlibupdated 11 years ago
git clone https://github.com/Sanqui/2048-gb.gitSanqui/2048-gbREADME.mdfork it — it’s yours
A gameboy port of the game 2048.
You can play the original here: http://gabrielecirulli.github.io/2048/
You'll need rgbds to assemble this: https://github.com/bentley/rgbds
Then just do make clean && make.
Or download the assembled ROM (may not be the latest build): http://sanqui.rustedlogic.net/etc/2048.gb
Port (or, more precisely, clone) by Sanqui (Sanky). Tile graphics made by beware of bgb fame.
more like this
GB-Memory-Binary-Maker
An application to quickly generate binaries to burn to the official Nintendo GB Memory flash cartridge
C#★ 53