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

Add Scratch 3 version of the Flappy Bird example #205

Closed alcarazzam closed 3 years ago

alcarazzam commented 4 years ago

Hello: The Scratch version of the Flappy Bird example is not properly loaded in Scratch 3. In the original version of Scratch, the game is ok:

Screenshot_20191030_173154

But the background is not showed properly in Scratch 3:

Screenshot_20191030_173304

This PR fixes the issue by adding a Scratch 3 version of the game. I just move the background to the center of the stage, the rest works fine.

Thanks

lordmauve commented 3 years ago

Thank you!