More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games (Arcade Games) - GameBrew | |title=Vita Homebrew Games (Arcade Games) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=breakveetoutvita2.png | ||
|image_alt=BreakVeetOut | |image_alt=BreakVeetOut | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=BreakVeetOut | |title=BreakVeetOut | ||
|image= | |image=breakveetoutvita2.png | ||
|description= | |description=Breakout clone made for PS Vita. | ||
|author=ddB0515 | |author=ddB0515 | ||
|lastupdated=2016/08/01 | |lastupdated=2016/08/01 | ||
Line 15: | Line 14: | ||
|version=0.3 | |version=0.3 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/breakveetoutvita.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 | 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== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/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== | |||
* GitHub - https://github.com/ddB0515/BreakVeetOut | |||
* 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.