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


Groups > comp.lang.python > #2831

Re: fighting game made with python

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <eryksun@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status UNSURE 0.362
X-Spam-Level ***
X-Spam-Evidence '*H*': 0.40; '*S*': 0.12; 'pygame': 0.05; 'python?': 0.07; 'wrote:': 0.14; 'subject:python': 0.15; 'block,': 0.16; 'subject:game': 0.16; 'url:pygame': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'cc:addr :python-list': 0.22; 'cc:addr:python.org': 0.31; 'loads': 0.31; 'called': 0.32; 'etc)': 0.33; 'there': 0.35; 'header:User- Agent:1': 0.35; 'error.': 0.36; 'skip:. 10': 0.36; 'subject:with': 0.37; 'thursday,': 0.38; 'received:google.com': 0.38; 'url:org': 0.38; 'basic': 0.40; 'back': 0.61; 'order': 0.61; '2011': 0.62; 'graphics': 0.63; 'plus': 0.65; 'high': 0.66; 'fighting': 0.68; 'mortal': 0.68; 'received:74.125.83': 0.69; 'to:addr:googlegroups.com': 0.69; 'reply-to:no real name:2**0': 0.72; 'header:Reply-To:1': 0.72; 'punch,': 0.84; 'received:74.125.83.56': 0.84; 'received:mail-gw0-f56.google.com': 0.84; 'sound,': 0.84; 'subject:fighting': 0.84; 'reply- to:addr:googlegroups.com': 0.93; 'subject:made': 0.93
Newsgroups comp.lang.python
Date Thu, 7 Apr 2011 11:48:41 -0700 (PDT)
In-Reply-To <mailman.108.1302184271.9059.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=74.179.115.192; posting-account=qNLhFQoAAAARDCSs58wEa3g_QW9LtEx7
User-Agent G2/1.0
MIME-Version 1.0
Subject Re: fighting game made with python
From "eryksun ()" <eryksun@gmail.com>
To comp.lang.python@googlegroups.com
Content-Type text/plain; charset=ISO-8859-1
X-Mailman-Approved-At Fri, 08 Apr 2011 11:38:33 +0200
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To comp.lang.python@googlegroups.com
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Message-ID <mailman.135.1302255514.9059.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 82.94.164.166
X-Trace 1302255514 news.xs4all.nl 81485 [::ffff:82.94.164.166]:43795
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:2831

Show key headers only | 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 | Unroll thread


Thread

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

csiph-web