This is a clone of the classic Flappy Bird game, created using Unity. The goal of the game is to navigate the bird through the pipes without hitting them.
- Simple, intuitive controls
- Score tracking
- Retro 2D graphics
-
Clone the repository:
git clone https://github.com/selcia25/FlappyBirdGame.git
-
Play the Game Directly:
- Navigate to the
FlappyBirdGame/PlayHere/
directory. - Double-click on
New Unity Project.exe
to start playing the game.
- Navigate to the
-
Open the Project in Unity:
- If you want to explore or modify the project, open it in Unity:
- Launch Unity Hub.
- Click on "Add" and navigate to the cloned repository folder.
- Select the project and open it.
- If you want to explore or modify the project, open it in Unity:
- Press the space bar or click to make the bird flap its wings.
- Avoid the pipes and fly as far as you can to achieve a high score.
- The game ends if the bird crashes into a pipe or the ground.
- Unity 3D
- C#
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a 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 contact me at selcia2110605@ssn.edu.in.
Enjoy playing Flappy Bird!