An open API service indexing awesome lists of open source software.

https://github.com/cjdenio/tetris-disassembled

yet another (incomplete) disassembly of Game Boy Tetris
https://github.com/cjdenio/tetris-disassembled

Last synced: 8 months ago
JSON representation

yet another (incomplete) disassembly of Game Boy Tetris

Awesome Lists containing this project

README

          

# (Game Boy) Tetris, Disassembled

Yeah, another Tetris disassembly.

WIP. Not even close to done. But the eventual goal is to have a thoroughly-commented and hackable disassembly of Tetris. And also to not get sued.

Shout-out to [mgbdis](https://github.com/mattcurrie/mgbdis) for doing the grunt work of disassembling the ROM into something readable.

Build it yourself with [RGBDS](https://rgbds.gbdev.io/):

```sh
brew install rgbds
make
# Confirm SHA hash is `3f2a6407c9900ad5817ee1cfb3609c5ee17400fc`
```