Site oficial Pygame: https://www.pygame.org/wiki/GettingStarted
A melhor maneira de instalar o pygame é com a ferramenta pip (que é o que o python usa para instalar pacotes). Observe, isso vem com o python em versões recentes. Usamos o sinalizador --user para instruí-lo a instalar no diretório inicial, em vez de globalmente.
py -m pip install -U pygame -usuário
python3 -m pip install -U pygame -usuário
sudo apt-get install python3 -pygame
sudo yum install python3-pygame
sudo zypper install python3-pygame
sudo pamac install python-pygame