- Replicating the video game flappy bird in Python
- Current high score is 663, set by Shubham
- Open a pull request if you beat it! ;)
- bird moving up when control c is pressed
- if you hit the ceiling, you lose (could be removed, in the actual game there is no ceiling)
- if you hit the ground, you lose
- there are pipes, but they are not randomized, they are there by default and are always the same
- only one level
- crash detection works
- right now the bird looks like this: (0)>
- hold press override (if you hold control + c the program will crash)
- multiple levels (only one right now)
- make animation smoother (right now the bird blinks a lot)
- Easter eggs (coming soon!)
- Obstacles automatically seal up (Solved!)
- Random unexplained crashes of bird