An example PyGame implementation which aims to teach basics of PyGame game development. The code in this repo is a functional reimplementation and enhancement of ...
Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and related libraries. The initial goal of this project are to allow games written using the pygame API to run on SDL2 on desktop and ...