More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games (Arcade Games) - GameBrew! | |title=Vita Homebrew Games (Arcade Games) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/Dane64/VitOut | |source=https://github.com/Dane64/VitOut | ||
}} | }} | ||
BreakOut clone for PSVITA. | A BreakOut/Arkanoid clone for PSVITA/PSTV. | ||
== | ==How to play== | ||
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) | |||
==Screenshots== | ==Screenshots== | ||
Line 30: | Line 33: | ||
https://dlhb.gamebrew.org/vitahomebrews/vitoutvita-03.jpg | https://dlhb.gamebrew.org/vitahomebrews/vitoutvita-03.jpg | ||
https://dlhb.gamebrew.org/vitahomebrews/vitoutvita-04.jpg | https://dlhb.gamebrew.org/vitahomebrews/vitoutvita-04.jpg | ||
== | ==Controls== | ||
'''(v.1.0 | *Cross or Start - Start the game | ||
*Dpad Up or Dpad Down - Change selection | |||
*Dpad Left or Dpad Right - Change Level | |||
*Dpad Up or Dpad Down - Change selection | |||
*Left Joystick - Move Paddle | |||
*Cross - Release ball | |||
*Start - Pause | |||
==Changelog== | |||
'''v.2.0'''<br> | |||
Removed: | |||
*Splash screen | |||
*Audio | |||
*Touch support | |||
*Fonts and Sprites | |||
Added:<br> | |||
*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 | |||
'''v.1.3''' | |||
*Live Area | |||
*Splash Screen | |||
*Main Menu | |||
*Level Select | |||
*Game | |||
'''v.1.0''' | |||
* First Release. | * First Release. | ||
==Known Bugs== | |||
Tell me! | |||
==Special Thanks to== | |||
* Vitadev Package manager for releasing the SDK | |||
* I would like to thank the developers of Vita3K to help me create my content at a faster pace. | |||
== External links == | == External links == | ||
* Github - https://github.com/Dane64/VitOut | * Github - https://github.com/Dane64/VitOut | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/528 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/528 | ||
Revision as of 01:31, 19 October 2022
VitOut | |
---|---|
File:Vitoutvita.jpg | |
General | |
Author | Dane64 |
Type | Arcade Games |
Version | 2.0 |
License | Mixed |
Last Updated | 2020/05/25 |
Links | |
Download | |
Source | |
A BreakOut/Arkanoid clone for PSVITA/PSTV.
How to play
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)
Screenshots
Controls
- Cross or Start - Start the game
- Dpad Up or Dpad Down - Change selection
- Dpad Left or Dpad Right - Change Level
- Dpad Up or Dpad Down - Change selection
- Left Joystick - Move Paddle
- Cross - Release ball
- Start - Pause
Changelog
v.2.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
v.1.3
- Live Area
- Splash Screen
- Main Menu
- Level Select
- Game
v.1.0
- First Release.
Known Bugs
Tell me!
Special Thanks to
- Vitadev Package manager for releasing the SDK
- I would like to thank the developers of Vita3K to help me create my content at a faster pace.
External links
- Github - https://github.com/Dane64/VitOut
- VitaDB - https://vitadb.rinnegatamante.it/#/info/528