Note: This is my best recollection of the steps to install PyGame and an IDE. They were done on a Linux Mint system.
Install an IDEsudo 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
sudo apt-get install idle
PyGame Tutorials
PyGame – A Primer
Introduction to PyGame
Game Development in Python 3 With PyGame - 1 - Intro (YouTube)