Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scifer99/flappy-bird-game
This program is a version of Flappy Bird, Its not exact, but its close enough
https://github.com/scifer99/flappy-bird-game
2d-game 2d-graphics flappy-bird-game pygame-games python310 software-development software-engineering software-testing
Last synced: 15 days ago
JSON representation
This program is a version of Flappy Bird, Its not exact, but its close enough
- Host: GitHub
- URL: https://github.com/scifer99/flappy-bird-game
- Owner: SCIFER99
- License: mit
- Created: 2023-05-01T20:48:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-01T20:56:51.000Z (over 1 year ago)
- Last Synced: 2024-11-10T12:06:00.185Z (2 months ago)
- Topics: 2d-game, 2d-graphics, flappy-bird-game, pygame-games, python310, software-development, software-engineering, software-testing
- Language: Python
- Homepage:
- Size: 445 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flappy-Bird-Game
This program is a version of Flappy Bird, Its not exact, but its close enough.What goin on you guys! I just finished developing the Flappy Bird Game!
I loved this because I always make sure ot challenge myself in Python software development!
The only thin that is missing is showing "Game Over" when the player hits any of the pipes.
Other than that, the game is complete! Use the Up-Arrow key to start the game.# Developed in Python version 3.10.8
PS: I forgot to mention that I have been and will continue developing
video games in Python version 3.10.8.Packages needed:
pip install pygame
pip install sys
pip install random
Happy Coding!