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 Added numpy comments in arraydemo example.
blend_fill.py 2.6 KB Marcus has added in blend modes for the surface.fill function.
blit_blends.py 5.5 KB added timing tests for special blend modes by pressing t
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.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 An example of using pygame with no windowing system. Useful for webserver
liquid.py 2.4 KB clean liquid example, remove uberball example
mask.py 4.8 KB mask.from_surface works now... and is 128x faster than the python version.
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
pixelarray.py 1.6 KB Fixed pixelarray example.
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