Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flappybird error #7

Open
kerrykeal opened this issue Jun 29, 2024 · 1 comment
Open

flappybird error #7

kerrykeal opened this issue Jun 29, 2024 · 1 comment

Comments

@kerrykeal
Copy link

I had to add the storage = dict() to get the game to work at the top of the code. Python3.9.2, Windows.

storage = dict() #<-- added this
storage.setdefault('highscore', 0)

@TimoWilken
Copy link
Owner

Hi @kerrykeal, sorry, I cannot see what code you are referring to in the following file:

https://github.com/TimoWilken/flappy-bird-pygame/blob/master/flappybird.py

Could you give me a line number? Are you sure this is the right repository?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants