More actions
m (Text replacement - "Category:Homebrew puzzle games on GBA" to "") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox GBA Homebrews | {{Infobox GBA Homebrews | ||
|title=GBAtris | |title=GBAtris | ||
Line 14: | Line 8: | ||
|version=1.0 | |version=1.0 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/gbahomebrews/ | |download=https://dlhb.gamebrew.org/gbahomebrews/gbatris_1.0.zip | ||
|website=http://nuclear.mutantstargoat.com/sw/gbatris/ | |website=http://nuclear.mutantstargoat.com/sw/gbatris/ | ||
|source=https://github.com/jtsiomb/gbatris | |source=https://github.com/jtsiomb/gbatris | ||
}} | }} | ||
{{#seo: | |||
|title= (Puzzle) - GameBrew | |||
|title_mode=append | |||
|image=gbatris2.png | |||
|image_alt=GBAtris | |||
}} | |||
gbatris is a classic-style tetris game for the Nintendo GameBoy Advance. It is based on, and shares some code with, a previous [http://nuclear.mutantstargoat.com/sw/termtris termtris] project, which is a tetris for ANSI/VT220-compatible terminals on UNIX systems. | gbatris is a classic-style tetris game for the Nintendo GameBoy Advance. It is based on, and shares some code with, a previous [http://nuclear.mutantstargoat.com/sw/termtris termtris] project, which is a tetris for ANSI/VT220-compatible terminals on UNIX systems. | ||
Latest revision as of 09:37, 23 Haziran 2024
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