An open API service indexing awesome lists of open source software.

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

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.


Flappy Bird Showcase Gif

#### 🚀 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)