FlappyBird_Python
FlappyBird_Python copied to clipboard
The remove_pipes function only removes the bottom pipe
This can be fixed by using <= rather than == operator if pipe.centerx <= -600: pipes.remove(pipe) OR if pipe.right <= 0: pipes.remove(pipe)
I have not dug into the code nor did anything to debug issue. If this issue has not been experienced by anyone else then I am inclined to believe it is localized to my equipment and use.
If time calculation is either a known and unfixable issue or a known issue that is part of another issue in-process please close this issue or combine with current parent issue.
Looks like a method issue - we can kill this issue.