cocos.audio.pygame package

Module contents

Top-level Pygame module.

Pygame is a set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the Python language. The package is highly portable, with games running on Windows, MacOS, OS X, BeOS, FreeBSD, IRIX, and Linux.

class MissingModule(name, info='', urgent=0)

Bases: object

warn()