Pregunta

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

¿Fue útil?

Solución

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.

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top