Cloudy Bird is a Flappy Bird–inspired game built with Python and Pygame made for my computer science class.
- Simple, intuitive gameplay
- Randomized obstacles
- High score tracking
-
Clone the repository:
git clone https://github.com/tiaud/CloudyBird.git
-
Navigate to the project directory:
cd CloudyBird -
Install dependencies:
pip install -r requirements.txt
-
Run the game:
python src/Cloudy_bird.py
- Python 3.6+
- Pygame
CloudyBird/
├── assets/ # Game assets (images, sounds, fonts)
├── src/ # Source code
├── README.md # Project overview
├── requierments.txt # Project overview
├── LICENSE # License file
├── CONTRIBUTING.md # Guidelines for contributing
├── CODE_OF_CONDUCT.md # Code of conduct
└── requirements.txt # Python dependencies
- Font: Pokemon GB.ttf – Sourced from [fonts2u.com]
- Music: "Genshin Impact - Call it a Day in Liyue (8-bit Cover)" (Youtube/@madpezkoh)
- Original soundtrack: "Call It a Day in Liyue" (Youtube/@yu-pengmusic)
- Sprites: Created by Yours Truly (Using LibreSprite)