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

https://github.com/selcia25/flappybirdgame

🐦A Unity remake of the classic Flappy Bird game. Navigate the bird through pipes, aim for high scores, and enjoy retro 2D graphics. Simple, addictive, and fun!
https://github.com/selcia25/flappybirdgame

flappy-bird-game game-development simple-game unity3d

Last synced: 8 months ago
JSON representation

🐦A Unity remake of the classic Flappy Bird game. Navigate the bird through pipes, aim for high scores, and enjoy retro 2D graphics. Simple, addictive, and fun!

Awesome Lists containing this project

README

          

# Flappy Bird Game 🐦

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.

## Table of Contents

- [Features](#features)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [How to Play](#how-to-play)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

## Features

- Simple, intuitive controls
- Score tracking
- Retro 2D graphics

## Screenshots

### Gameplay
![Gameplay](screenshots/game-play.png)

### Game Over
![Game Over](screenshots/game-over.png)

## Installation

1. Clone the repository:
```sh
git clone https://github.com/selcia25/FlappyBirdGame.git
```
2. **Play the Game Directly:**
- Navigate to the `FlappyBirdGame/PlayHere/` directory.
- Double-click on `New Unity Project.exe` to start playing the game.

3. **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.

## How to Play

- 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.

## Technologies Used

- Unity 3D
- C#

## Contributing

Contributions are welcome! Please follow these steps to contribute:

1. Fork the repository.
2. Create a new branch:
```sh
git checkout -b feature/your-feature-name
```
3. Make your changes and commit them:
```sh
git commit -m 'Add some feature'
```
4. Push to the branch:
```sh
git push origin feature/your-feature-name
```
5. Open a pull request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contact

If you have any questions or suggestions, feel free to contact me at [selcia2110605@ssn.edu.in](mailto:selcia2110605@ssn.edu.in).

---

Enjoy playing Flappy Bird!