Platformer Walking Animation in Python/Pygame

Started by
0 comments, last by sharpe 12 years, 5 months ago
Basicaly I need to make it look like my character is walking while i move him with the arrow keys. I know it has something to do with the banner of multiple images but i am not sure how to do this in Python and Pygame.


Im going to use this for a solo game project i am starting. It's game called Legend of Bro and I would like to know how to get my character to "walk" to be more pleasing to the player.


The game is going to be a 2-D platformer. I figured that was important.
Advertisement
http://www.gamedev.net/topic/415027-sprite-walking-pygame/

http://www.gamedev.net/topic/606343-animating-sprites-in-pygame/

http://www.mail-archive.com/pygame-users@seul.org/msg13019.html

http://comments.gmane.org/gmane.comp.python.pygame/20034

-Sharpe
A 30-year-old interested in learning to program by making an old-school, simple, text-only or 2D dungeon fantasy video game.

  • As of 9/28/2011, currently attempting to learn the basics of Python 2.7.
  • As of 10/14/11, Dabbling in C#.
  • As of 10/24/11, decisively surpassed my small knowledge of Python in C#.

This topic is closed to new replies.

Advertisement