A polished Flappy Bird-style game built with Python and Pygame.
uv sync
uv run python main.pyControls:
- Space, Up Arrow, left mouse click, or touch: flap/start/retry
- Escape or close the window: quit
uv run pytestThe animated blue-and-yellow bird comes from a CC0 sprite sheet by rmazanek.
See assets/ATTRIBUTION.md for source and license details.
The rest of the visuals are generated at runtime with Pygame drawing primitives, so the project has no hidden or proprietary art dependencies.