-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display not showing sprites #17
Comments
The pygame's grey screen issue that you can reference this pygame issue. I use pygame version 2.0.0.dev6 that is worked for me. |
To fix this i used this command
Macos isnt official supported in the main branch of pygame, thats why you need to use the development branch of releases on pip. |
.dev6 is a early version from .dev4, .dev4 is a more supported version of development branch. |
Closing due to inactivity |
We are seeing the screen as grey but not the sprites, can hear the sound.
Mac OS X 10.14.3
tried both python3 and python2 in pipenv
installed pygame module using pipenv
ran flappy.py line by line trough ipython
same result
The text was updated successfully, but these errors were encountered: