Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

3DS Breakout: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 15: Line 15:
==3DS Breakout==
==3DS Breakout==


<span style="font-size: 18px">Breakout/Brick Breaker sloppy clone for 3DS using LövePotion</span><br />
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<br />
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<br />
<br />
 
<span style="text-decoration: underline">Features:</span><br />
==Features:==
-Score count<br />
*Score count
-Lives<br />
*Lives
-Game over<br />
*Game over
-Breaking blocks<br />
*Breaking blocks
-Exiting to launcher<br />
*Exiting to launcher
<br />
 
<span style="text-decoration: underline">Bugs/Unimplemented Features:</span><br />
==Bugs/Unimplemented Features:==
-Collision errors<br />
*Collision errors
-No &quot;win&quot; system(ball keeps on going after you hit all of the blocks)<br />
*No "win" system(ball keeps on going after you hit all of the blocks)
-&quot;Get ready&quot; and Block count/Lives are behind the blocks, so you can't read them well<br />
*"Get ready" and Block count/Lives are behind the blocks, so you can't read them well
<br />
 
<span style="text-decoration: underline">Controls:</span><br />
==Controls:==
D-Pad: Move paddle left and right<br />
*D-Pad: Move paddle left and right
A: Reset ball position(could be abused to cheat, but whatever)<br />
*A: Reset ball position(could be abused to cheat, but whatever)
START: Exit to launcher<br />
*START: Exit to launcher
<br />
 
<span style="text-decoration: underline">Changelog:</span><br />
==Changelog:==
V1: Initial release<br />
*V1: Initial release
V2: Exit to launcher feature added<br />
*V2: Exit to launcher feature added
v3: Scores, stats and &quot;Get Ready!&quot; message are now displayed on the top screen<br />
*v3: Scores, stats and "Get Ready!" message are now displayed on the top screen
<br />
 
Thanks to [https://gbatemp.net/members/371011/ @VideahGams] for LövePotion!<br />
Thanks to [https://gbatemp.net/members/371011/ @VideahGams] for LövePotion!
 
https://dlhb.gamebrew.org/3dshomebrew/scr_103_TOP_LEFT.png

Revision as of 12:16, 12 September 2021

Template:Infobox-3DS-Homebrews

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!

scr_103_TOP_LEFT.png

Advertising: