Package cocos.audio.pygame

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.

Submodules

cocos.audio.pygame.base
Pygame core routines
cocos.audio.pygame.mixer
Pygame module for loading and playing sounds.
cocos.audio.pygame.music
Pygame module for controlling streamed audio
cocos.audio.pygame.version
Simply the current installed pygame version.

Classes

  MissingModule

Variables

  __package__ = 'cocos.audio.pygame'
  ver = '1.8.0pre'
  vernum = (1, 8, 0)