diff --git a/README.md b/README.md new file mode 100644 index 0000000..31181e8 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# FlappyBird-Unity + +[**PLAY GAME**](https://shrunbr.github.io/flappybird-unity/) + +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!