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!
- Host: GitHub
- URL: https://github.com/selcia25/flappybirdgame
- Owner: selcia25
- License: mit
- Created: 2024-05-19T07:42:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T17:49:13.000Z (over 1 year ago)
- Last Synced: 2025-01-02T08:14:42.571Z (10 months ago)
- Topics: flappy-bird-game, game-development, simple-game, unity3d
- Language: C#
- Homepage:
- Size: 41.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
### Game Over
## 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!