More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games (Puzzle) - GameBrew! | |title=Vita Homebrew Games (Puzzle) - GameBrew! | ||
Line 16: | Line 15: | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/vitatetrominovita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/vitatetrominovita.7z | ||
|website= | |website=https://wololo.net/talk/viewtopic.php?f=116&t=48591 | ||
|source=https://github.com/svennd/vita-tetromino | |source=https://github.com/svennd/vita-tetromino | ||
}} | }} | ||
Tetris | This is a Tetris alike game written in lua for the PS VITA. | ||
== Features == | |||
* original tetris style (+hold feature) | |||
* sound effects | |||
* animations | |||
* endless tetris ! | |||
* fully retro highscore board | |||
* fully open source | |||
* [http://vitadb.rinnegatamante.it/#/info/376 Touhou themed edition] by [https://twitter.com/KawaiiAuroraA Aurora] | |||
== Installation == | |||
A release is made every so often and can be downloaded directly from the [https://github.com/svennd/vita-tetromino/releases releases] this can be installed using molecularshell (Team Molecule) or [https://github.com/TheOfficialFloW/VitaShell vitashell] (TheFlow). | |||
This game is also available in [http://vitadb.rinnegatamante.it/#/info/330 VitaDB] (Rinnegatamante et al.), which can be accessed on the vita directly using the [https://github.com/devnoname120/vhbb vita homebrew browser] (devnoname120). | |||
Requirements: | |||
* PS VITA with firmware version 3.60 | |||
* [https://henkaku.xyz henkaku] installed | |||
==Media== | ==Media== | ||
<youtube>19PrH1yYRFs</youtube> | <youtube>19PrH1yYRFs</youtube> | ||
==Screenshots== | ==Screenshots== | ||
Line 30: | Line 46: | ||
https://dlhb.gamebrew.org/vitahomebrews/vitatetrominovita-03.jpg | https://dlhb.gamebrew.org/vitahomebrews/vitatetrominovita-03.jpg | ||
https://dlhb.gamebrew.org/vitahomebrews/vitatetrominovita-04.jpg | https://dlhb.gamebrew.org/vitahomebrews/vitatetrominovita-04.jpg | ||
== | ==Changelog== | ||
'''(v.1. | '''(v.08)'''<br> | ||
After the release from Aurora, I wanted to give this little homebrew again some love. So I added a few features, most notably in this version is the new retro highscore screen, including blipping stars. Also a hold function is added, I wanted to add it as a setting, but I figured, if you don't want to (like me) you just don't use it. Beside that I also added a slightly modified background for every level. This would make modders life, like Aurora's (thx!) life a bit easier, but it also gives a new dimension to the game. | |||
I wanted to add more modes, including a color match mode, which was close to working, but allot of finetuning where yet needed to release, this has pushed me away from this project and I decided to kick it out for now. I want to do more easier modes (like Touhou's easy/moderate/hard mode) or quest based levels. So perhaps now these will happen. Anyway, this is a nice incremental update ready for tester :) | |||
*added a top 5 highscore on a separate page | |||
*added a function to add a username to a highscore for multiuser | |||
*cleaned up the game over screen | |||
*every level the background changes | |||
*added hold option, based on the implementation of Aurora | |||
*redone interface for classic to accomodate the hold option and stats | |||
*changed the layout of the stats in classic game over screen | |||
*changed line remove animation, its now color based on amount of lines | |||
*added a new font Retroscape | |||
*added a new font Space Meatball | |||
*dropped unfinished color match mode, to complex | |||
*Thanks to all people supporting this homebrew! | |||
'''(v.07-touhou)'''<br> | |||
Touhou design for vita-tetromino 0.7 by Aurora | |||
*It’s based on Tetromino 0.7 with some enhancements | |||
*A Touhou theme. Every 750 points (up to 6750 points), the background image and audio are changed with those of another Touhou character! | |||
*Ability to hold pieces and drop them later | |||
*Different levels to choose from (Easy, Medium, Hard) that don’t become harder the more lines you finish. There’s also the Classic mode which is how the game behaves in official versions | |||
*A new font and menu pointer | |||
*New LiveArea screen | |||
*Can be installed alongside normal Tetromino so you can have both versions of the game installed at the same time! | |||
Credits to aurora | |||
'''(v.07)''' | |||
*added a menu | |||
*added credits screen | |||
*added help screen | |||
*full interface is now touch enabled | |||
*made icon0.png white background (transparant does not work) | |||
*'redesigned' game interface | |||
*fixed level indication | |||
*fixed score.visual | |||
*switched to a better random seed for blocks | |||
*fixed a score bug, multi lines now count as intended | |||
*added a statistic overview after a game | |||
*added a touch button to restart/exit game | |||
*new background | |||
*changed field size with to 9 | |||
*game over now slightly animated | |||
*added animation to level up :) | |||
'''(v.06.1)''' | |||
*upstream sound fix | |||
*decreased the amount of increase_speed calls | |||
*changed startup img | |||
*build against vita-lpp nightly from 8 okt. 2017 | |||
'''(v.06)''' | |||
*added sound | |||
*added simple animation | |||
*moved increase_speed() | |||
*cleaned up globals | |||
*removed code for version polling | |||
note : due to some unknown vitasdk upstream error, sound results in a fatal crash during a game restart/writing to file. It's recommended to use to _no_sound version for help please see [https://github.com/svennd/vita-tetromino/issues/1 #1] | |||
'''(v.05)''' | |||
*fixed issue when game over the vscore was stuck below the reall score | |||
*fixed a bug where user input (left & right) in subsequent game would not be taken | |||
*sprite power icon | |||
*reworked interface | |||
*added level guide | |||
*added buttons as help | |||
'''(v.04)''' | |||
*added support for highscore | |||
*fixed similar color for two pieces | |||
*fixed line_count not resetting after a game_over | |||
*show battery indicator | |||
*sticky direction are now working | |||
'''(v.03)''' | |||
* PR's are welcome, let me know if you see any errors or issues ! Feature requests are also welcome :) | |||
'''(v.01)''' | |||
* First Release. | * First Release. | ||
== Credits == | |||
* [https://github.com/Rinnegatamante/lpp-vita Lua Player Plus Vita] by [http://rinnegatamante.it Rinnegatamante] | |||
* the people from irc #henkaku and #vitasdk, for information, help and feedback | |||
* the tetris implementation is based on the code for [http://codeincomplete.com/posts/javascript-tetris/ Javascript Tetris] | |||
* VITA buttons by [https://nodeadfolk.wordpress.com/2014/04/10/free-ps-vita-buttons-more-work/ nodeadfolk] | |||
* font : [https://fontlibrary.org/en/font/xolonium xolonium], [https://fontlibrary.org/en/font/retroscape retroscape], [https://fontlibrary.org/it/font/space-meatball Space Meatball] | |||
* sound : [https://freesound.org/people/deleted_user_877451/ game over], [https://freesound.org/people/vikuserro/sounds/265549/ background sound], [https://freesound.org/people/rhodesmas/sounds/320653/ new high score], [https://freesound.org/people/Mativve/sounds/391539/ multi line], [https://freesound.org/people/Scrampunk/sounds/345299/ single line] | |||
* Thanks, Aurora ([https://twitter.com/KawaiiAuroraA @KawaiiAuroraA]) for testing | |||
== External links == | == External links == | ||
* | * Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=48591 | ||
* Github - https://github.com/svennd/vita-tetromino | * Github - https://github.com/svennd/vita-tetromino | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/330 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/330 | ||
Revision as of 00:37, 31 October 2022
vita-tetromino | |
---|---|
File:Vitatetrominovita.jpg | |
General | |
Author | svennd |
Type | Puzzle |
Version | 0.8 |
License | GPL-3.0 |
Last Updated | 2018/04/02 |
Links | |
Download | |
Website | |
Source | |
This is a Tetris alike game written in lua for the PS VITA.
Features
- original tetris style (+hold feature)
- sound effects
- animations
- endless tetris !
- fully retro highscore board
- fully open source
- Touhou themed edition by Aurora
Installation
A release is made every so often and can be downloaded directly from the releases this can be installed using molecularshell (Team Molecule) or vitashell (TheFlow).
This game is also available in VitaDB (Rinnegatamante et al.), which can be accessed on the vita directly using the vita homebrew browser (devnoname120).
Requirements:
- PS VITA with firmware version 3.60
- henkaku installed
Media
Screenshots
Changelog
(v.08)
After the release from Aurora, I wanted to give this little homebrew again some love. So I added a few features, most notably in this version is the new retro highscore screen, including blipping stars. Also a hold function is added, I wanted to add it as a setting, but I figured, if you don't want to (like me) you just don't use it. Beside that I also added a slightly modified background for every level. This would make modders life, like Aurora's (thx!) life a bit easier, but it also gives a new dimension to the game.
I wanted to add more modes, including a color match mode, which was close to working, but allot of finetuning where yet needed to release, this has pushed me away from this project and I decided to kick it out for now. I want to do more easier modes (like Touhou's easy/moderate/hard mode) or quest based levels. So perhaps now these will happen. Anyway, this is a nice incremental update ready for tester :)
- added a top 5 highscore on a separate page
- added a function to add a username to a highscore for multiuser
- cleaned up the game over screen
- every level the background changes
- added hold option, based on the implementation of Aurora
- redone interface for classic to accomodate the hold option and stats
- changed the layout of the stats in classic game over screen
- changed line remove animation, its now color based on amount of lines
- added a new font Retroscape
- added a new font Space Meatball
- dropped unfinished color match mode, to complex
- Thanks to all people supporting this homebrew!
(v.07-touhou)
Touhou design for vita-tetromino 0.7 by Aurora
- It’s based on Tetromino 0.7 with some enhancements
- A Touhou theme. Every 750 points (up to 6750 points), the background image and audio are changed with those of another Touhou character!
- Ability to hold pieces and drop them later
- Different levels to choose from (Easy, Medium, Hard) that don’t become harder the more lines you finish. There’s also the Classic mode which is how the game behaves in official versions
- A new font and menu pointer
- New LiveArea screen
- Can be installed alongside normal Tetromino so you can have both versions of the game installed at the same time!
Credits to aurora
(v.07)
- added a menu
- added credits screen
- added help screen
- full interface is now touch enabled
- made icon0.png white background (transparant does not work)
- 'redesigned' game interface
- fixed level indication
- fixed score.visual
- switched to a better random seed for blocks
- fixed a score bug, multi lines now count as intended
- added a statistic overview after a game
- added a touch button to restart/exit game
- new background
- changed field size with to 9
- game over now slightly animated
- added animation to level up :)
(v.06.1)
- upstream sound fix
- decreased the amount of increase_speed calls
- changed startup img
- build against vita-lpp nightly from 8 okt. 2017
(v.06)
- added sound
- added simple animation
- moved increase_speed()
- cleaned up globals
- removed code for version polling
note : due to some unknown vitasdk upstream error, sound results in a fatal crash during a game restart/writing to file. It's recommended to use to _no_sound version for help please see #1
(v.05)
- fixed issue when game over the vscore was stuck below the reall score
- fixed a bug where user input (left & right) in subsequent game would not be taken
- sprite power icon
- reworked interface
- added level guide
- added buttons as help
(v.04)
- added support for highscore
- fixed similar color for two pieces
- fixed line_count not resetting after a game_over
- show battery indicator
- sticky direction are now working
(v.03)
- PR's are welcome, let me know if you see any errors or issues ! Feature requests are also welcome :)
(v.01)
- First Release.
Credits
- Lua Player Plus Vita by Rinnegatamante
- the people from irc #henkaku and #vitasdk, for information, help and feedback
- the tetris implementation is based on the code for Javascript Tetris
- VITA buttons by nodeadfolk
- font : xolonium, retroscape, Space Meatball
- sound : game over, background sound, new high score, multi line, single line
- Thanks, Aurora (@KawaiiAuroraA) for testing