VitOut Vita: Difference between revisions
From GameBrew
More actions
m HydeWing moved page Vitout Vita to VitOut Vita without leaving a redirect |
m Text replacement - "https://vitadb.rinnegatamante.it/" to "https://www.rinnegatamante.eu/vitadb/" |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
|title=Vita Homebrew Games (Arcade Games) - GameBrew | |title=Vita Homebrew Games (Arcade Games) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image=vitoutvita2. | |image=vitoutvita2.jpg | ||
|image_alt=VitOut | |image_alt=VitOut | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=VitOut | |title=VitOut | ||
|image=vitoutvita2. | |image=vitoutvita2.jpg | ||
|description=BreakOut clone for PS Vita. | |description=BreakOut clone for PS Vita. | ||
|author=Dane64 | |author=Dane64 | ||
| 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.