sugarlabs / flappy

A python-pygame Flappy Bird clone
GNU General Public License v3.0
2 stars 12 forks source link

Spacebar and Up button freezes the game #28

Closed SudoSu-bham closed 4 months ago

SudoSu-bham commented 4 months ago

The problem was caused because Spacebar button and up Buttons were not handled properly in the pygame loop.

It was generating an error

Traceback (most recent call last):
  File "Flappy.activity/main.py", line 173, in run
    event.type == pygame.KEYDOWN and any(
                                     ^^^^
TypeError: any() takes exactly one argument (2 given)
quozl commented 4 months ago

Thanks. Code here is a bit odd, given that the check for escape key uses in.