Skip to content

Commit 2be7fb6

Browse files
committed
Update README.md
1 parent 891dec6 commit 2be7fb6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ A complete rewrite of my previous attempt: [Breakout](https://github.com/Magicra
1212

1313
# Play
1414

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.
1616
To play this, just download a precompiled binary (3dsx, cia, or elf) from the releases tab.
1717

1818
## Controls
1919

2020
#### 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
2626

2727
#### In - Game ####
2828
* __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
4141

4242
## "Nightlies"
4343
(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/)
4545

4646
# Edit / self-compile
4747
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.
4848

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)
5050

5151
Just go to the BreakoutRedux subfolder and run `make` in the command line.

0 commit comments

Comments
 (0)