lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
527 stars 191 forks source link

Missing 'storage' variable initialization in Flappy Birds example #299

Open JJorgeDSIC opened 1 year ago

JJorgeDSIC commented 1 year ago

Missing 'storage' dictionary initialization in the Flappy Birds example:

https://github.com/lordmauve/pgzero/blob/master/examples/flappybird/flappybird.py#L20