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.9 KB Minor fix after the surfarray.use_arraytype() renaming.
blend_fill.py 2.6 KB added #\!/usr/bin/env python to the top of all examples that didn't have it.
blit_blends.py 5.5 KB added timing tests for special blend modes by pressing t
chimp.py 5.6 KB cleanup
cursors.py 3.0 KB added #\!/usr/bin/env python to the top of all examples that didn't have it.
eventlist.py 3.5 KB added #\!/usr/bin/env python to the top of all examples that didn't have it.
fastevents.py 2.8 KB added #\!/usr/bin/env python to the top of all examples that didn't have it.
fonty.py 2.2 KB Added font metrics support. Thanks to Marcus, Guillaume Proux
glcube.py 2.7 KB new importing
headless_no_windows_needed.py 1.2 KB added #\!/usr/bin/env python to the top of all examples that didn't have it.
liquid.py 2.4 KB clean liquid example, remove uberball example
mask.py 4.8 KB added #\!/usr/bin/env python to the top of all examples that didn't have it.
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 added #\!/usr/bin/env python to the top of all examples that didn't have it.
pixelarray.py 2.4 KB added #\!/usr/bin/env python to the top of all examples that didn't have it.
readme.txt 2.6 KB typo
scaletest.py 4.0 KB Added smoothscale function from Richard Goedeken.
scrap_clipboard.py 2.5 KB Minor scrap example improvements
sound.py 865 B Allow to pass in a file name for the sound. Makes it also useful for
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 5.8 KB a little note about psyco not being installed if you try to use it and it does not import.
vgrade.py 2.9 KB doc cleanups