https://github.com/fuchscrafter/flappybird-py
Flappy bird in python
https://github.com/fuchscrafter/flappybird-py
Last synced: 3 months ago
JSON representation
Flappy bird in python
- Host: GitHub
- URL: https://github.com/fuchscrafter/flappybird-py
- Owner: FuchsCrafter
- License: other
- Created: 2024-11-15T20:39:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T21:17:15.000Z (7 months ago)
- Last Synced: 2025-01-25T17:33:14.320Z (5 months ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# flappy-bird-py
## Flappy Bird implementation in pythonThis is my flappy bird implementation in Python using the pygame library.
It is about 80% complete, as it is missing textures for the pipes and sound effects.