FlappyBird_Python icon indicating copy to clipboard operation
FlappyBird_Python copied to clipboard

The remove_pipes function only removes the bottom pipe

Open VedantSharma1 opened this issue 4 years ago • 0 comments

This can be fixed by using <= rather than == operator if pipe.centerx <= -600: pipes.remove(pipe) OR if pipe.right <= 0: pipes.remove(pipe)

VedantSharma1 avatar Feb 07 '21 04:02 VedantSharma1

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.

mrrstrat avatar Dec 29 '21 13:12 mrrstrat

Looks like a method issue - we can kill this issue.

mrrstrat avatar Dec 30 '21 04:12 mrrstrat