fighting game made with python

eryksun () eryksun at gmail.com
Thu Apr 7 14:48:41 EDT 2011


On Thursday, April 7, 2011 9:51:05 AM UTC-4, neil harper wrote:
> is there any fighting games(street fighter, mortal kombat, etc) made in
> python?

I found a 2D pygame (SDL) fighter called "fighter framework", which is basically karate sparring. 

http://www.pygame.org/project-fighter+framework-1550-3173.html

run.py loads the game. I had to copy a font from ./karate/Karate.ttf to ./lastninja.ttf in order to get past an error.

The game only has basic graphics and sound, like something from an Atari 2600. The available moves for the fighter are low, medium, and high kicks, punch, block, and jump, plus combos for a roundhouse kick, jump kick, front flip, and back flip. 



More information about the Python-list mailing list