Question

I have to make a computer graphics project on "Vote for better Nation" using python in a week..I have a knowledge of pygame but don't know how to create a particular object(like small cartoon man)..And then how to make it move..So please help me if anyone knows how to make a moving object.. Sorry For The English Thank You

Était-ce utile?

La solution

From the comments, you should read more about http://www.pygame.org/docs/ref/sprite.html and http://www.pygame.org/docs/ref/transform.html

To create your own sprites, use an image editor like Paint, PS or GIMP.

Autres conseils

There is a series of books on Python Graphics called "Python Graphics for Games" (Amazon). It covers vector drawing and animation. Author Mike Ohlson de Fine.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top