문제

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