More actions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 20: | Line 20: | ||
BreakVeetOut is an arcade game made for PS Vita. | BreakVeetOut is an arcade game made for PS Vita. | ||
Originally created for the Revitalize Competition. | Originally created for the Revitalize Homebrew Competition. | ||
==User guide== | ==User guide== | ||
Line 68: | Line 68: | ||
* GitHub - https://github.com/ddB0515/BreakVeetOut | * GitHub - https://github.com/ddB0515/BreakVeetOut | ||
* Wololo - https://wololo.net/talk/viewtopic.php?f=114&t=44293 | * Wololo - https://wololo.net/talk/viewtopic.php?f=114&t=44293 | ||
[[Category:Revitalize Homebrew Competition]] |
Latest revision as of 02:34, 2 July 2024
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 Homebrew 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.