You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,17 @@ A complete rewrite of my previous attempt: [Breakout](https://github.com/Magicra
12
12
13
13
# Play
14
14
15
-
(Not in a playable state yet. Check back later!)
15
+
Barely in a playable state (still in Alpha), however press start on the title screen to begin, then press select to launch the ball. Use Left/Right to move the paddle.
16
16
To play this, just download a precompiled binary (3dsx, cia, or elf) from the releases tab.
17
17
18
18
## Controls
19
19
20
20
#### Current Testing Controls ####
21
-
*__D-Pad Left/Right__Subtracts or Adds 5 degrees to the balls angle respectively
22
-
*__D-Pad Up/Down__ Adds or Subtracts 1 degree from the balls angle respectively
23
-
*__L and R__ Subtacts or Adds 0.5 degrees to the balls angle respectively
24
-
*__X and B__ Adds or Subtracts 5 from the balls y coordinate respectively
25
-
*__Y and A__Moves the paddle left or right respectively
21
+
*__D-Pad Left/Right__(Hold) Moves the paddle left or right, respectively
22
+
*__D-Pad Up/Down__ Adds or Subtracts 1 degree from the ball's angle, respectively
23
+
*__L and R__(Hold) Subtacts or Adds 0.5 degrees to the ball's angle, respectively
24
+
*__X and B__ Adds or Subtracts 5 from the ball's y coordinate, respectively
25
+
*__Y and A__Subtracts or Adds 5 degrees to the ball's angle, respectively
26
26
27
27
#### In - Game ####
28
28
*__D-Pad__ or Joystick to move Left and Right
@@ -41,11 +41,11 @@ To play this, just download a precompiled binary (3dsx, cia, or elf) from the re
41
41
42
42
## "Nightlies"
43
43
(Not currently available)
44
-
Available on my website. [Click Here!](http://oldforgeinn.ddns.net/Games/?game=Breakout#download)
44
+
Available on my website. [Click Here!](https://oldforgeinn.ddns.net/)
45
45
46
46
# Edit / self-compile
47
47
To compile this game, you shouldn't need to install anything extra, as long as you have libctru and citro3d (and citro2d) it should work, if not make sure to tell me.
48
48
49
-
Also [bannertool.exe](https://github.com/Steveice10/bannertool/releases) needs to be added to `c:/devkitPro/msys2/opt/bin` on Windows
49
+
You will also need [bannertool.exe](https://github.com/Steveice10/bannertool/releases). Either place it in `<this_repo>\BreakoutRedux`, or place it somewhere in your command `PATH`. (Windows)
50
50
51
51
Just go to the BreakoutRedux subfolder and run `make` in the command line.
0 commit comments