質問

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