From 0f0b53e8b8e94ebef04ebc70334b238d67969fb4 Mon Sep 17 00:00:00 2001 From: Dakota G <13515931+shrunbr@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:39:24 -0500 Subject: [PATCH 1/3] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..31e5ca4 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# FlappyBird-Unity + +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! From 2893dd5cef970e8fe7aba2c4c168b0f9c7e1dd1c Mon Sep 17 00:00:00 2001 From: Dakota G <13515931+shrunbr@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:41:35 -0500 Subject: [PATCH 2/3] Update README.md Adds "play game" link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31e5ca4..6181db0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # FlappyBird-Unity +[**PLAY GAME**](https://shrunbr.github.io/flappybird-unity/) + 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/). From e4cdb1806d36266203ed3e147c78d002efce6e8b Mon Sep 17 00:00:00 2001 From: Dakota G <13515931+shrunbr@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:50:15 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6181db0..31181e8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ [**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/).