VitOut Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "https://vitadb.rinnegatamante.it/" to "https://www.rinnegatamante.eu/vitadb/" |
||
| Line 79: | Line 79: | ||
==External links== | ==External links== | ||
* GitHub - https://github.com/Dane64/VitOut | * GitHub - https://github.com/Dane64/VitOut | ||
* VitaDB - https:// | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/528 | ||
Latest revision as of 04:39, 5 January 2025
| VitOut | |
|---|---|
| General | |
| Author | Dane64 |
| Type | Arcade Games |
| Version | 2.0 |
| License | Mixed |
| Last Updated | 2020/05/25 |
| Links | |
| Download | |
| Website | |
| Source | |
A BreakOut/Arkanoid clone for PS Vita/PSTV.
User guide
Try to destroy all the bricks as fast as possible and with the least lives lost.
Bricks with darker core need 2-6 hits to be destoyed
Bricks with one solid color dissapear with one hit
In the level selector is the highscore per level visible (in the gif example lvl 6 has 3 golden balls and lvl 5 has no score yet).
Controls
Cross or Start - Start the game
D-Pad Up/Down - Change selection
D-Pad Left/Right - Change Level
D-Pad Up/Down - Change selection
Left Analog - Move Paddle
Cross - Release ball
Start - Pause
Screenshots
Changelog
v2.0
Removed:
- Splash screen.
- Audio.
- Touch support.
- Fonts and Sprites.
Added:
- Rock solid collision detection (the code of https://github.com/jakesgordon/javascript-breakout helped me a lot).
- New levels (lvl 6 is there for testing purposes).
- Made the game using only the vita2d lib so the size of the game is < 50kb.
v1.3
- Live Area.
- Splash Screen.
- Main Menu.
- Level Select.
- Game.
v1.0
- First Release.
Credits
Special Thanks to:
- Vitadev Package manager for releasing the SDK.
- Developers of Vita3K for the help.