-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/shrunbr/flappybird-unity
- Loading branch information
Showing
1 changed file
with
18 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,18 @@ | ||
# FlappyBird-Unity | ||
|
||
[**PLAY GAME**](https://shrunbr.github.io/flappybird-unity/)</span> | ||
|
||
The object of the game is to get the bird to cross between the pipes without touching a pipe or the ground. Use one of the controls below to make the bird move. | ||
|
||
**Controls:** | ||
- Spacebar | ||
- Left Mouse Button | ||
- Touch (tested on iOS) | ||
|
||
--- | ||
### Credits | ||
This is my recreation of Flappy Bird [originally created by Dong Nguyen](https://en.wikipedia.org/wiki/Flappy_Bird). | ||
|
||
This is the second game I "made" in Unity as part of [The 20 Games Challenge](https://20_games_challenge.gitlab.io/challenge/). | ||
|
||
Thanks to [Zigurous](https://github.com/zigurous) and [Adam Graham](https://github.com/adamgraham) for the Unity tutorials! |