pygame is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

pygame / pygame http://pygame.org/

Clone this repository (size: 15.4 MB): HTTPS / SSH
hg clone https://bitbucket.org/pygame/pygame
hg clone ssh://hg@bitbucket.org/pygame/pygame
Filename Size Date modified Message
data
macosx
aliens.py 9.2 KB cleanup
arraydemo.py 2.6 KB Made it save the screen as a .png file instead.
blit_blends.py 4.8 KB An extra key o so you can test how fast alpha blits are in comparison.
chimp.py 5.6 KB cleanup
cursors.py 2.9 KB A cursors example from Kamilche. Thanks!
eventlist.py 3.5 KB ready 1.6
fastevents.py 2.8 KB Fixed bug on debian linux 2.6.x where run() was not called right after
fonty.py 2.0 KB commented out some japanese unicode
glcube.py 2.7 KB new importing
liquid.py 2.4 KB clean liquid example, remove uberball example
moveit.py 1.7 KB scale the background image so that it fills the window and successfully overwrites the old sprite position. Thanks John Popplewell
oldalien.py 6.4 KB new importing
overlay.py 1.2 KB Overlay objects added
readme.txt 2.6 KB new example
scrap_clipboard.py 1.1 KB Changes for goodness. I mean, I got rid of some testing stuff in
sound.py 779 B new importing
sound_array_demos.py 5.7 KB Updated comments for def sound_from_pos(...)
stars.py 2.2 KB fps rate limiting. int instead of float.
testsprite.py 3.8 KB added a command line flag for using alpha.
vgrade.py 2.9 KB doc cleanups