More actions
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/3DS-Breakout.jpeg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/3DS-Breakout.jpeg|250px | ||
| type = Arcade Games | | type = Arcade Games | ||
| version = v3 | | version=v3 | ||
| lastupdated = 2015/12/27 | |||
| licence = Mixed | | licence = Mixed | ||
| author = Jwiz33 | | author = Jwiz33 | ||
| website = https://gbatemp.net/threads/release-3ds-break%C3%B6ut.400385/ | | website = https://gbatemp.net/threads/release-3ds-break%C3%B6ut.400385/ | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/3DS-Breakout.rar | | download = https://dlhb.gamebrew.org/3dshomebrew/3DS-Breakout.rar | ||
| source = | | source = | ||
}} | }} | ||
<youtube>xjtLK1jpTcE</youtube> | <youtube>xjtLK1jpTcE</youtube> | ||
=3DS Breakout= | ==3DS Breakout== | ||
<span style="font-size: 18px">Breakout/Brick Breaker sloppy clone for 3DS using LövePotion</span><br /> | <span style="font-size: 18px">Breakout/Brick Breaker sloppy clone for 3DS using LövePotion</span><br /> |
Revision as of 08:24, 7 September 2021
3DS Breakout
Breakout/Brick Breaker sloppy clone for 3DS using LövePotion
Most of the code I had to redo, but some of the code was used from this project: https://love2d.org/forums/viewtopic.php?f=5&t=80670&p=187437&hilit=pong#p187437
Features:
-Score count
-Lives
-Game over
-Breaking blocks
-Exiting to launcher
Bugs/Unimplemented Features:
-Collision errors
-No "win" system(ball keeps on going after you hit all of the blocks)
-"Get ready" and Block count/Lives are behind the blocks, so you can't read them well
Controls:
D-Pad: Move paddle left and right
A: Reset ball position(could be abused to cheat, but whatever)
START: Exit to launcher
Changelog:
V1: Initial release
V2: Exit to launcher feature added
v3: Scores, stats and "Get Ready!" message are now displayed on the top screen
Thanks to @VideahGams for LövePotion!