# Flappy Bird Clone A simple clone of the iconic Flappy Bird game, implemented using HTML, CSS, and C#. This project demonstrates basic game mechanics, collision detection, and user input handling to recreate the classic gameplay experience. ## Features - **Classic Flappy Bird Gameplay:** Tap or click to keep the bird flying and avoid obstacles. - **Responsive Design:** Works across desktop and mobile browsers. - **Simple Graphics:** Clean and lightweight visuals for smooth performance. - **Score Tracking:** Keeps track of your high score. ## Getting Started ### Prerequisites - A modern web browser (Chrome, Firefox, Edge, etc.) - If using C# components (e.g., with Unity or Blazor), ensure you have the required runtime or editor. ### Running the Game #### Using WebGL You can run the game throw this [Link](https://alyalgendy.github.io/Flappy-Bird/) #### Using Unity 1. Open the project in your Unity engine. 2. Run the project from Unity. 3. Build it for any platform. ## Controls - **Space bar/ UpArrow / Tap / Click:** Make the bird flap. - **Avoid the pipes:** Keep the bird flying and dodge obstacles to score points. ## Contributing Contributions are welcome! Feel free to open issues or submit pull requests to improve the game. ## License This project is licensed under the [MIT License](LICENSE). ## Acknowledgements - [Flappy Bird](https://en.wikipedia.org/wiki/Flappy_Bird) – Original game by Dong Nguyen. - Open source contributors. --- Enjoy playing!