More actions
m (HydeWing moved page BreakVeetOut by ddB0515 Vita to BreakVeetOut Vita without leaving a redirect) |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games (Arcade Games) - GameBrew | |title=Vita Homebrew Games (Arcade Games) - GameBrew | ||
Line 9: | Line 8: | ||
|title=BreakVeetOut by ddB0515 | |title=BreakVeetOut by ddB0515 | ||
|image=breakveetoutbyddb0515vita.jpg | |image=breakveetoutbyddb0515vita.jpg | ||
|description= | |description=Breakout clone made for PS Vita. | ||
|author=ddB0515 | |author=ddB0515 | ||
|lastupdated=2016/08/01 | |lastupdated=2016/08/01 | ||
Line 16: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/breakveetoutbyddb0515vita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/breakveetoutbyddb0515vita.7z | ||
|website= | |website=https://wololo.net/talk/viewtopic.php?f=114&t=44293 | ||
|source=https://github.com/ddB0515/BreakVeetOut | |source=https://github.com/ddB0515/BreakVeetOut | ||
}} | }} | ||
BreakVeetOut is an arcade game made for PS Vita updated HENkaku | BreakVeetOut is an arcade game made for PS Vita, updated to HENkaku. | ||
Originally created for the Revitalize Competition. | |||
==User guide== | |||
For now there are 15 levels. For level creators, format needs to be like this: | |||
{ | |||
{3, 3, 3, 0, 0, 0, 0, 3, 3, 3}, | |||
{3, 3, 3, 1, 1, 1, 1, 3, 3, 3}, | |||
{0, 0, 0, 1, 2, 2, 1, 0, 0, 0}, | |||
{4, 4, 4, 1, 1, 1, 1, 4, 4, 4}, | |||
{4, 4, 4, 0, 0, 0, 0, 4, 4, 4}, | |||
}; | |||
Tips for blocks: | |||
*0 - TRANS | |||
*1 - BLUE | |||
*2 - RED | |||
*3 - GREEN | |||
*4 - YELLOW | |||
Added 2 hit blocks for YELLOW and RED (after hit change colour to white so need to hit again). | |||
==Controls== | |||
D-Pad Left/Left Analog/L - Move pad left | |||
D-Pad Right/Right Analog/R - Move pad right | |||
Cross - Start playing | |||
Triangle - Start bot (auto bot play) | |||
==Screenshots== | ==Screenshots== | ||
breakveetoutvita3.png | |||
==Changelogs== | ==Changelogs== | ||
''' | '''v0.3''' | ||
* | *Updated to HENkaku. | ||
*Small changes to code since version v0.2. | |||
'''v0.2''' | |||
*Added few modifications and improvements, doing tests for all new 15 levels. | |||
*Now paddle will change direction depend if hit lef, middle or right side of paddle. | |||
*Added 2 hit blocks for yellow and red (after hit change colour to white so need to hit again). | |||
*Minor bug/code changes. | |||
== External links == | ==External links== | ||
* | * GitHub - https://github.com/ddB0515/BreakVeetOut | ||
* Wololo - https://wololo.net/talk/viewtopic.php?f=114&t=44293 | |||
* | |||
Revision as of 05:20, 16 December 2022
BreakVeetOut by ddB0515 | |
---|---|
File:Breakveetoutbyddb0515vita.jpg | |
General | |
Author | ddB0515 |
Type | Arcade Games |
Version | 0.3 |
License | Mixed |
Last Updated | 2016/08/01 |
Links | |
Download | |
Website | |
Source | |
BreakVeetOut is an arcade game made for PS Vita, updated to HENkaku.
Originally created for the Revitalize Competition.
User guide
For now there are 15 levels. For level creators, format needs to be like this:
{ {3, 3, 3, 0, 0, 0, 0, 3, 3, 3}, {3, 3, 3, 1, 1, 1, 1, 3, 3, 3}, {0, 0, 0, 1, 2, 2, 1, 0, 0, 0}, {4, 4, 4, 1, 1, 1, 1, 4, 4, 4}, {4, 4, 4, 0, 0, 0, 0, 4, 4, 4}, };
Tips for blocks:
- 0 - TRANS
- 1 - BLUE
- 2 - RED
- 3 - GREEN
- 4 - YELLOW
Added 2 hit blocks for YELLOW and RED (after hit change colour to white so need to hit again).
Controls
D-Pad Left/Left Analog/L - Move pad left
D-Pad Right/Right Analog/R - Move pad right
Cross - Start playing
Triangle - Start bot (auto bot play)
Screenshots
breakveetoutvita3.png
Changelogs
v0.3
- Updated to HENkaku.
- Small changes to code since version v0.2.
v0.2
- Added few modifications and improvements, doing tests for all new 15 levels.
- Now paddle will change direction depend if hit lef, middle or right side of paddle.
- Added 2 hit blocks for yellow and red (after hit change colour to white so need to hit again).
- Minor bug/code changes.