You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "flappyBird_Human.py", line 83, in
main()
File "flappyBird_Human.py", line 34, in main
pipes = [Pipe(600)]
TypeError: init() missing 2 required positional arguments: 'movePipesVertically' and 'showPiranhaPlant'
my python version is 3.5
The text was updated successfully, but these errors were encountered:
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "flappyBird_Human.py", line 83, in
main()
File "flappyBird_Human.py", line 34, in main
pipes = [Pipe(600)]
TypeError: init() missing 2 required positional arguments: 'movePipesVertically' and 'showPiranhaPlant'
my python version is 3.5
The text was updated successfully, but these errors were encountered: