GBAtris
From GameBrew
More actions
| GBAtris | |
|---|---|
| General | |
| Author | John Tsiombikas |
| Type | Puzzle |
| Version | 1.0 |
| License | GPL-3.0 |
| Last Updated | 2019/02/28 |
| Links | |
| Download | |
| Website | |
| Source | |
gbatris is a classic-style tetris game for the Nintendo GameBoy Advance. It is based on, and shares some code with, a previous termtris project, which is a tetris for ANSI/VT220-compatible terminals on UNIX systems.
Controls
Left/Right - Move the block horizontally
Down - Make the block fall faster
B/Up - Drop the block immediately
A - Rotate the block
Start - Pause game
Select - Start a new game
L/R - Music on/off
Screenshots
Media
''gbatris - classic-style tetris game for the GameBoy Advance (Nuclear's Hacks)
Changelog
v1.0
- Added background music.
- Fixed spawn randomizer to correctly implement the gameboy tetris algorithm.
- Minor bugfixes.
v0.1
- First release of gbatris.
External links
- Author's website - http://nuclear.mutantstargoat.com/sw/gbatris/
- GitHub - https://github.com/jtsiomb/gbatris