Pygame examples don't show anything in my Mac
23:16 22 Jul 2018

I installed pygame by running the following command:

pip install pygame==1.9.2

I also downloaded pygame github repo (https://github.com/pygame/pygame) and tried to run some examples under examples folder:

python aliens.py

This doesn't show any window or screen but I can hear some sound effects. What went wrong?

python-3.x pygame