More actions
(Created page with "{{Infobox PSP homebrew | title = BreakOut4PSP | image = https://dlhb.gamebrew.org/psphomebrew/BreakOut4PSP.jpg|250px | type = Arcade Games | version = v0.8 | licence = Mixed |...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox PSP homebrew | {{Infobox PSP homebrew | ||
| title = BreakOut4PSP | | title = BreakOut4PSP | ||
| image = https://dlhb.gamebrew.org/psphomebrew/ | | image = https://dlhb.gamebrew.org/psphomebrew/breakout4psp.png|250px | ||
| type = Arcade Games | | type = Arcade Games | ||
| version = | | version = 0.8 (4 Apr 2010) | ||
| licence = Mixed | | licence = Mixed | ||
| author = Geecko | | author = Geecko | ||
| website = https:// | | website = https://web.archive.org/web/20210207213637/https://www.neoflash.com/forum/index.php?topic=6305.0 | ||
| download = https://dlhb.gamebrew.org/psphomebrew/ | | download = https://dlhb.gamebrew.org/psphomebrew/breakout4psp.7z | ||
| source = https:// | | source = https://dlhb.gamebrew.org/psphomebrew/breakout4psp.7z | ||
}} | }} | ||
BreakOut4PSP is a breakout game coded in C, using intraFont and PSPgu. It has 5 languages and theming support. Developer has also provided the source for the game. | BreakOut4PSP is a breakout game coded in C, using intraFont and PSPgu. It has 5 languages and theming support. Developer has also provided the source for the game. | ||
Line 16: | Line 15: | ||
It is featured at the Neo Retro Coding Compo 2010 (Retro GAME). | It is featured at the Neo Retro Coding Compo 2010 (Retro GAME). | ||
User guide | ==User guide== | ||
The game has a total of 36 levels and 5 types of brick (including moving explosives bricks with chain-reaction). There is also a complete in-game level editor. | The game has a total of 36 levels and 5 types of brick (including moving explosives bricks with chain-reaction). | ||
There is also a complete in-game level editor. | |||
==Controls== | |||
'''In game:''' | |||
D-Pad/Analog - Move the paddle | D-Pad/Analog - Move the paddle | ||
Cross - Launch | Cross - Launch | ||
Start - Pause | Start - Pause | ||
Level editor: | L/R - Switch level | ||
L | |||
R | '''Level editor:''' | ||
L - Level menu | |||
R - Brick menu | |||
Cross - Select | Cross - Select | ||
Square - Reset move or size of the selected brick | Square - Reset move or size of the selected brick | ||
Left/Right - Move, Displace, Resize, Change Type of a brick | Left/Right - Move, Displace, Resize, Change Type of a brick | ||
Up/Down - Displace a brick | Up/Down - Displace a brick | ||
Changelog | ==Changelog== | ||
v0.8 | '''v0.8''' | ||
* Translation in German, Turkish. | |||
* Support of boost (UTF-8). | |||
* The levels are edited automatically loaded when played. | |||
* The tabs of the editor change size to avoid overflow of text. | |||
* Detection of levels "invalid", ie where there are no bricks to break to win. | |||
* Slight code improvement. | |||
* Joystick to move the paddle. | |||
* The credits are no longer part of the translated files (always in English). | |||
* Some new levels. | |||
'''v0.7''' | |||
* Improved performance (swizzling texture optimisations). | |||
* Menu options available: Change themes and languages. | |||
* New theme by Kavel Inox (Thanks to him). | |||
* Translation of the game in French, English. | |||
* Bricks resizable. | |||
* Redesign of the interface. | |||
* Collision of the racket against the bricks. | |||
* New levels (Thanks to Kenny). | |||
* Improved the suppression of levels: Safer. | |||
* In the editor, the square button allows the dimensions and zero movement of the brick selected. The select button will display a grid to place the bricks. | |||
* In the game, when changing the level, the support of the X button allows you to go faster. | |||
* Bug fixes. | |||
* Limit brick delayed by at 100. | |||
==External links== | |||
- | * NeoFlash - [https://web.archive.org/web/20210207213637/https://www.neoflash.com/forum/index.php?topic=6305.0 https://www.neoflash.com/forum/index.php?topic=6305.0] (archived) | ||
* PSPGen - http://www.devsgen.com/forum/index.php?topic=2166.0 | |||
- | |||
[[Category:PSP homebrew games]] | |||
[[Category:Homebrew arcade games on PSP]] | |||
Revision as of 12:56, 19 August 2021
BreakOut4PSP | |
General | |
---|---|
Author(s) | Geecko |
Type | Arcade Games |
Version | 0.8 (4 Apr 2010) |
Licence | Mixed |
Links | |
Download | |
Website | |
Source |
<htmlet>adsense</htmlet>
BreakOut4PSP is a breakout game coded in C, using intraFont and PSPgu. It has 5 languages and theming support. Developer has also provided the source for the game.
It is featured at the Neo Retro Coding Compo 2010 (Retro GAME).
User guide
The game has a total of 36 levels and 5 types of brick (including moving explosives bricks with chain-reaction).
There is also a complete in-game level editor.
Controls
In game:
D-Pad/Analog - Move the paddle
Cross - Launch
Start - Pause
L/R - Switch level
Level editor:
L - Level menu
R - Brick menu
Cross - Select
Square - Reset move or size of the selected brick
Left/Right - Move, Displace, Resize, Change Type of a brick
Up/Down - Displace a brick
Changelog
v0.8
- Translation in German, Turkish.
- Support of boost (UTF-8).
- The levels are edited automatically loaded when played.
- The tabs of the editor change size to avoid overflow of text.
- Detection of levels "invalid", ie where there are no bricks to break to win.
- Slight code improvement.
- Joystick to move the paddle.
- The credits are no longer part of the translated files (always in English).
- Some new levels.
v0.7
- Improved performance (swizzling texture optimisations).
- Menu options available: Change themes and languages.
- New theme by Kavel Inox (Thanks to him).
- Translation of the game in French, English.
- Bricks resizable.
- Redesign of the interface.
- Collision of the racket against the bricks.
- New levels (Thanks to Kenny).
- Improved the suppression of levels: Safer.
- In the editor, the square button allows the dimensions and zero movement of the brick selected. The select button will display a grid to place the bricks.
- In the game, when changing the level, the support of the X button allows you to go faster.
- Bug fixes.
- Limit brick delayed by at 100.
External links
- NeoFlash - https://www.neoflash.com/forum/index.php?topic=6305.0 (archived)
- PSPGen - http://www.devsgen.com/forum/index.php?topic=2166.0