Flappy-penguin
Flappy Bird Game ๐ฆ๐ฎ
Github source code: https://github.com/TwoBitCode/flappy-penguin
Flappy Bird is a simple yet addictive mobile game where the player controls a bird ๐ฆ that must navigate through pipes ๐๏ธ without hitting them. The goal is to get the highest score possible by passing through as many pipes as you can.
Features โจ
- Easy-to-learn gameplay: Tap to make the bird fly ๐ฆ , avoid pipes ๐ง.
- Endless gameplay: The game continues until the bird collides with an obstacle ๐.
- Score tracking: Your score increases as you pass each pipe ๐ฏ.
- Responsive controls: Tap the screen to make the bird flap ๐ฆโฌ๏ธ.
Implementation ๐ ๏ธ
- Creating pipe spawner that generates pipes ๐ง. - https://github.com/TwoBitCode/flappy-penguin/blob/main/Assets/Scripts/SpawnPipe.cs
- Creating penguin object ๐ง that is the bird in this game, that flies when hitting the space key. - https://github.com/TwoBitCode/flappy-penguin/blob/main/Assets/Scripts/ObjectMover.cs
- Adding score counter ๐. - https://github.com/TwoBitCode/flappy-penguin/blob/main/Assets/Scripts/Manager.cs
Controls ๐ฎ
- Hit Space key โฃ to make the bird flap and rise ๐ค๏ธ.
- Avoid pipes: The bird must pass through gaps between the pipes without hitting them ๐งโ.
Technologies Used ๐ฅ๏ธ
- Unity game engine ๐ฎ.
How to Play ๐ฎ
- Tap the space bar โฃ to make the bird flap and rise ๐ค๏ธ.
- Avoid hitting the pipes ๐ง or the ground ๐.
- Each time the bird passes through a pair of pipes, your score increases ๐.
- The game ends when the bird collides with a pipe ๐ง or the ground ๐.
Published | 25 days ago |
Status | Released |
Platforms | HTML5 |
Author | TwoBitCode |
Made with | Unity |
Leave a comment
Log in with itch.io to leave a comment.