pygame is
Python
Simple DirectMedia Layer
 
 
pygame.org is
Site Swing
Wiki

CompileUbuntu

      
Search:  
 
 

Install the development libraries and dependencies needed to install pygame.

Download pygame from subversion, build, then install!

#install dependencies
sudo apt-get install python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy subversion libportmidi-dev ffmpeg libswscale-dev libavformat-dev libavcodec-dev
 
hg clone https://bitbucket.org/pygame/pygame
 
cd pygame
python setup.py build
sudo python setup.py install

Install instructions for getting pygame to work with python3.x

In the above commands replace 'python' with 'python3' except for 'python-numpy'.

spotlight

 
our projects
pygame.org welcomes all python game, art, music, sound, video and multimedia projects. If they use pygame or not.
 
recent releases
Feb 3, 2012



Feb 2, 2012

Feb 1, 2012

Jan 31, 2012




Jan 30, 2012

Jan 29, 2012


... more!
 
for pygame related questions, comments, and suggestions, please see help (lists, irc)