-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd5636f
commit ce121fb
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
## Notes | ||
<br/> | ||
|
||
Thanks to [Carl Reinke](https://github.com/carlreinke) for this game, [Yuji Oshimoto](http://www.04.jp.org/) for pixel fonts, [Jakob Svanholm (Mosaik)](http://www.mosaik.se/) and [Seth Peelle (BeaT)](https://www.beatfox.com/) for music. | ||
<br/> | ||
|
||
## Controls | ||
<br/> | ||
|
||
|Button| Action | | ||
|--|--| | ||
| Select/Back | Escape | | ||
| Start| Enter/Action | | ||
| A| Action| | ||
| B| Back | | ||
| Dpad| Up/Down/Left/Right | | ||
| Left/Right Joytick| Up/Down/Left/Right | | ||
|
||
## Compile | ||
<br/> | ||
|
||
```shell | ||
git clone https://github.com/carlreinke/nanobounce.git | ||
cd nanobounce | ||
make | ||
``` |