Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!aioe.org!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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.096 X-Spam-Evidence: '*H*': 0.81; '*S*': 0.00; 'around.': 0.07; 'python?': 0.07; 'pm,': 0.11; 'written': 0.12; 'wrote:': 0.14; 'subject:python': 0.15; 'python!': 0.16; 'subject:game': 0.16; 'header:In-Reply-To:1': 0.22; 'thu,': 0.22; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'depends': 0.29; 'to:addr :python-list': 0.32; 'done,': 0.33; 'etc)': 0.33; 'someone': 0.33; 'there': 0.35; 'that,': 0.35; 'some': 0.37; 'received:209.85': 0.37; 'subject:with': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'them,': 0.38; 'though,': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'how': 0.39; 'issues': 0.39; 'header:Received:5': 0.40; '2011': 0.62; 'fighting': 0.68; 'mortal': 0.68; '11:51': 0.84; 'received:209.85.210.174': 0.84; 'received:mail-iy0-f174.google.com': 0.84; 'subject:fighting': 0.84; 'subject:made': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=rtzRO78D1UpOK+7rifJE3HZD10ple4m65DOInZuEGnc=; b=v+Fb/XN521GzdB6I6axRnCsw8jHO0DxIdVJPXp7NWQlfmbB+7T7yKVA176xIZaHuYU N5I3BOlYHDkZD2Ph2qzHos8LVdKLT0j0D4GTayprcpi7sA8cXF4+U20kHir3wmWwLrDO dTqwf2xDCow5lbT97gNcxgCDMp/YTTey4v46g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=gugU90plVr7J/dQuRDEO0ArWRIc8zzcA2PcfY5TrmFOYLqC3q5Qyv/5R16MHfv+fRG nRBC+tSvh57KRl+cnolnrWqGpwjqgxNv4DmuGdB37KXiDik5/lt1jNnovwWLW4CjfYFO Oy5vW/wHFYPGpEyiDbO0TjW19kfCk8loWzqHU= MIME-Version: 1.0 In-Reply-To: <1302184265.2425.1.camel@neil-K52F> References: <1302184265.2425.1.camel@neil-K52F> Date: Fri, 8 Apr 2011 05:01:53 +1000 Subject: Re: fighting game made with python From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302202917 news.xs4all.nl 41113 [::ffff:82.94.164.166]:53641 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:2800 On Thu, Apr 7, 2011 at 11:51 PM, neil harper wrote: > is there any fighting games(street fighter, mortal kombat, etc) made in > python? I'd say there are some around. Depends how good you want them, though, because of the performance issues already mentioned. Someone has done, no kidding, Tetris written in sed. If you can do that, you can write a fighting game in Python! Chris Angelico