More actions
BreakVeetOut | |
---|---|
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.
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
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.