-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Game screen is not shown #6
Comments
I set the display=True and the correct speed by default. From a different issue, a user suggested: This seems to be a OSX specific problem. To fix this problem, in update_screen(), add this line. def update_screen(): Please let me know if this helps |
I tried adding the additional line into the update_screen() method, but I'm getting still the same error. Python Version 3.7.4 The other stuff seems to work, I can see output on the console, after setting up the parameters for training. |
@KevinPedroza @maurock @bar-2 It turns out that the default version installed by pip which is pygame 1.9.6 has some compatible issue with macOS mojave. |
When I run the game, it displays the window but the game does not show up the graphics. Just stay black.
I am on Mac
The text was updated successfully, but these errors were encountered: