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
- Host: GitHub
- URL: https://github.com/cjdenio/tetris-disassembled
- Owner: cjdenio
- Created: 2025-02-06T18:44:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T13:45:01.000Z (8 months ago)
- Last Synced: 2025-02-11T14:39:41.207Z (8 months ago)
- Language: Assembly
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
```