tcreeds / PyCut

PyCut, a pizza-making puzzle game made for RIT IGME-582's final project
https://wiki.sugarlabs.org/go/Activities/PyCut
Mozilla Public License 2.0
0 stars 0 forks source link

Fix for Black Screen #14

Closed wilfriedE closed 7 years ago

wilfriedE commented 7 years ago

4 There were two issues that were causing the Black Screen.

I also noticed that it could simply be that any pygame calls such as pygame.display.get_surface(), pygame.font.Font should be after the activity calls run or starts the game.

jwflory commented 7 years ago

We should probably move development work back upstream where possible.

wilfriedE commented 7 years ago

I'll close this PR since there is now an PR upstream with this fix.