https://github.com/muhammadabdi42/flappy-bird
A replicate of Flappy Bird made in unity
https://github.com/muhammadabdi42/flappy-bird
game unity
Last synced: 10 months ago
JSON representation
A replicate of Flappy Bird made in unity
- Host: GitHub
- URL: https://github.com/muhammadabdi42/flappy-bird
- Owner: MuhammadAbdi42
- Created: 2025-01-27T10:58:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T15:53:03.000Z (over 1 year ago)
- Last Synced: 2025-03-30T19:36:33.415Z (over 1 year ago)
- Topics: game, unity
- Language: ShaderLab
- Homepage: https://shamsofleningrad.itch.io/flappy-bird-replicate
- Size: 72.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Flappy Bird Replicate 🐦🎮
Here's a replicate of Flappy Bird game written on Unity, it's basically the same game with same mechanics.
#### 🚀 How to Play
You can play it by either online with the WebGL build [here](https://muhammadabdi42.github.io/Flappy-Bird/) or you can download for Windows through the [releases](https://github.com/MuhammadAbdi42/Flappy-Bird/releases/tag/Windows).
#### 🤝 Contributing
The assest used for this game have been extracted form [here](https://github.com/samuelcust/flappy-bird-assets).
#### 🎉 Acknowledgments
Inspired by the original Flappy Bird game by Dong Nguyen, special thanks to [Game Maker's Toolkit](https://www.youtube.com/watch?v=vFjXKOXdgGo) for the inspiration.
---
### Update Logs:
#### [1.1] - 2025-02-22
#### Fixed:
- Resolved aspect ratio issues using letterboxing and pillarboxing.
- Added a script to the camera game object to dynamically adjust letterboxing and pillarboxing based on screen size and aspect ratio.
- Updated canvas game objects to ensure proper scaling and alignment.
**Source:** [YouTube Video](https://www.youtube.com/watch?v=TtTazufyjyM)