We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: