Re: [pygame] Sprite examples with images

2011-04-11 Thread Eamonn McHugh-Roohr
Try opengameart.org. Although most snake games that I've seen don't have sprites, they're just boxes. On Mon, Apr 11, 2011 at 9:13 AM, ANKUR AGGARWAL wrote: > Hey > I am reading pygame and made out simple snake game as a practice. Now want > to get started with the world of sprites. I looked for

Re: [pygame] Sprite examples with images

2011-04-11 Thread Jake b
Check out http://www.sacredchao.net/~piman/writing/sprite-tutorial.shtml http://eli.thegreenplace.net/category/programming/python/pygame-tutorial/ And the pygame doc's examples (comes with images ) The pygame projects page has more. On Monday, April 11, 2011, ANKUR AGGARWAL wrote: > Hey > I am r

Re: [pygame] Sprite examples with images

2011-04-11 Thread Noel Garwick
You should be able to just use any image with the same dimensions as the one in the example (using a different size can affect how the game behaves depending on how it uses calls). A good example that provides images though, can be found here: http://inventwithpython.com/chapter20.html (The imag

[pygame] Sprite examples with images

2011-04-11 Thread ANKUR AGGARWAL
Hey I am reading pygame and made out simple snake game as a practice. Now want to get started with the world of sprites. I looked for the examples but most of the examples are without the real images so unable to run them and know their functionality. Can anybody send me the links of good examples