https://github.com/frixoe/flappy-bird
A clone of the famous game Flappy Bird. [Made 3 years ago]
https://github.com/frixoe/flappy-bird
Last synced: 2 months ago
JSON representation
A clone of the famous game Flappy Bird. [Made 3 years ago]
- Host: GitHub
- URL: https://github.com/frixoe/flappy-bird
- Owner: Frixoe
- Created: 2020-06-06T15:30:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T15:31:57.000Z (about 6 years ago)
- Last Synced: 2025-03-12T05:43:22.689Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flappy-Bird
A clone of the famous game Flappy Bird.
## Information
My goal with this was to repicate the original Flappy Bird. The physics of the bird are the same as in the game.
## Dissimilarities
**In the original game...**
+ There are always *3 pairs of pipes on the screen.* However, in this game, there is only *1 pair*. As soon as the pair reaches the *end of the screen*, it's coordinates are reset and it starts back with *different y and x coordinates.*
+ The bird is animated. In this game, however, the bird isn't.
## Improvement
Improvements can be made. However, I would like someone else to add them :) I will definitely merge your addition if it's good.