Python is an excellent language for rapid application development and prototyping. With Pygame, a wrapper built around SDL, the same can be true for games. In addition, because its built on top of ...
pygame is a python wrapper for SDL, Simple DirectMedia Layer which is a cross platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics ...
This library is slightly more high level than pygame, on the other hand it is much more basic than a real game engine. It tries to be the right mixture; its aim is to make the programming of simple ...