Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2831 > unrolled thread
| Started by | "eryksun ()" <eryksun@gmail.com> |
|---|---|
| First post | 2011-04-07 11:48 -0700 |
| Last post | 2011-04-07 11:48 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Re: fighting game made with python "eryksun ()" <eryksun@gmail.com> - 2011-04-07 11:48 -0700
| From | "eryksun ()" <eryksun@gmail.com> |
|---|---|
| Date | 2011-04-07 11:48 -0700 |
| Subject | Re: fighting game made with python |
| Message-ID | <mailman.135.1302255514.9059.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web