← Course Homepage
Flappy Bird 3
Due 1/8 at 11:59
In part 2, you added movement to your bird. In this final part, you will add the pipes!
- Add pipes to the game
- Randomly place the gap between the top and bottom pipes
- Move pipes to the left over time
- If pipes reach the left edge of the screen, reset them to the right edge
Extra Challenge (optional)
- Add clouds in the background that move more slowly than the pipes
Submit Assignment
When your program meets the requirements, submit your .py
file here:
Submit Assignment