pgzero
pgzero copied to clipboard
A zero-boilerplate games programming framework for Python 3, based on Pygame.
Missing 'storage' dictionary initialization in the Flappy Birds example: https://github.com/lordmauve/pgzero/blob/master/examples/flappybird/flappybird.py#L20
example code has an error NameError: name 'storage' is not defined add 'storage' empty dict
pgzrun doesn't work ("command not found") even though python (2 and 3), pygame, and pgzero are installed I can run pygame scripts (but differently from different IDEs and CL); similarly...