pygame
Package#
pygame
is a free and open-source cross-platform library for developing multimedia applications like video games using Python. The official website can be found at PyGame, and the official tutorials are located at PyGame Tutorials.
Installing pygame
with pip
#
To install pygame
on a Linux computer, enter pip install pygame
.