PyGame "Stuff"

Install PyGame

Note: This is my best recollection of the steps to install PyGame and an IDE. They were done on a Linux Mint system.

sudo apt-get install python-pygame

pip3 install pygame
pip  install pygame

Or maybe it was the following?

sudo pip3 install pygame
sudo pip  install pygame
Install an IDE
sudo apt-get install idle

Links

PyGame Tutorials
PyGame – A Primer
Introduction to PyGame

Game Development in Python 3 With PyGame - 1 - Intro (YouTube)

Free Python Games

Pygame physics simulation