Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #2831

Re: fighting game made with python

Newsgroups comp.lang.python
Date 2011-04-07 11:48 -0700
Subject Re: fighting game made with python
From "eryksun ()" <eryksun@gmail.com>
Message-ID <mailman.135.1302255514.9059.python-list@python.org> (permalink)

Show all headers | View raw


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. 

Back to comp.lang.python | Previous | Next | Find similar


Thread

Re: fighting game made with python "eryksun ()" <eryksun@gmail.com> - 2011-04-07 11:48 -0700

csiph-web