Welcome to the Flappy Bird Remake! This project is a recreation of the classic Flappy Bird game using Unity. The aim of the game is to navigate the bird through a series of pipes without colliding with them. This project is built with the intention to learn and demonstrate Unity game development skills.
- Classic Flappy Bird gameplay
- Simple and intuitive controls
- Dynamic pipe generation
- Score tracking
- Collision detection and game over logic
- Attractive graphics and animations
To run this project locally, follow these steps:
- Clone the repository
git clone https://github.com/yourusername/flappy-bird-remake.git
- Open the project in Unity
- Load the
MainScene
scene - Press the Play button in the Unity Editor
- Objective: Navigate the bird through the gaps in the pipes to score points.
- Controls: Click or tap the screen to make the bird fly higher.
- Game Over: The game ends when the bird collides with a pipe or the ground.
- Unity
- C#
- Visual Studio
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to reach out!
- Email: [email protected]
- GitHub: vicky16898
Thank you for checking out the Flappy Bird Remake project! Happy gaming!