Pygame

Pygame is a set of Python language modules that allow the creation of two-dimensional video games in a simple way. It is oriented to the handling of sprites.

Thanks to the language, it is possible to prototype and develop quickly. This can be seen in online competitions, where it is increasingly used. The results can be professional.

It can also be used to create other multimedia programs or graphical user interfaces. Pygame is based on the SDL library (2.24.2 in the current version).

It works as an interface to the SDL libraries.

Similar Posts: