[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Sprite examples with images



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 images themselves are here) http://inventwithpython.com/resources

On Mon, Apr 11, 2011 at 9:13 AM, ANKUR AGGARWAL <coolankur2006@xxxxxxxxx> 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 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 of sprites where images are also available so that i can get a better understanding. Thanks in Advance :):)
Ankur Aggarwal