Skip to content
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

Closed
holynakamoto opened this issue Mar 22, 2019 · 4 comments
Closed

Display not showing sprites #17

holynakamoto opened this issue Mar 22, 2019 · 4 comments

Comments

@holynakamoto
Copy link

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

@elirex
Copy link

elirex commented Mar 5, 2020

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.

@brodycritchlow
Copy link

brodycritchlow commented Mar 17, 2020

@holynakamoto

To fix this i used this command

pip3 install pygame=2.0.0.dev4
instead of
pip3 install pygame

Macos isnt official supported in the main branch of pygame, thats why you need to use the development branch of releases on pip.

@brodycritchlow
Copy link

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.

.dev6 is a early version from .dev4, .dev4 is a more supported version of development branch.

@sourabhv
Copy link
Owner

Closing due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants