Flappy Bird is a recreation of the classic mobile game using SFML (Simple and Fast Multimedia Library). The objective of the game is to navigate a bird through a series of pipes without touching them. It's a simple yet addictive game that challenges your reflexes and timing.
- Simple and intuitive controls
- Randomly generated pipe obstacles
- Score tracking
- Game over screen with the option to restart
- Day and Night cycle
- Once you reached 1000 scores your bird will be red
- Clone the repository or download the installer.
- Install the game.
- Run the executable.
- Spacebar: Make the bird flap and ascend.
- No button: The bird descends due to gravity.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your enhancements or bug fixes.
- Commit your changes and push the branch.
- Create a pull request with a detailed description of your changes.
This project is licensed under the MIT License.
- This project is inspired by the original Flappy Bird game created by Dong Nguyen.
- The SFML library provided the foundation for the game's graphics and input handling.
- SFML library: https://www.sfml-dev.org