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

有帮助吗?

解决方案

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.

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top