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
530 stars 190 forks source link

Allow pygame2 on current version of PGZero #243

Closed ntoll closed 3 years ago

ntoll commented 3 years ago

This branch is intended to allow the current release of PGZero to work with the newly release PyGame2+.

It does this in three ways:

Happy to change anything you may need (see note on pinning pygame version).

Finally, thanks as always for all the work that continues to happen on PGZero.