Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.063 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; 'python': 0.11; 'windows': 0.15; 'pygame': 0.16; 'pygame,': 0.16; 'successor': 0.16; 'those,': 0.16; 'folks': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'commit': 0.19; 'programming': 0.22; 'install': 0.23; 'this?': 0.23; "i've": 0.25; 'header:In- Reply-To:1': 0.27; 'point': 0.28; 'appreciated.': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '(although': 0.31; 'commonly': 0.31; 'libraries': 0.31; 'thanks!': 0.32; 'quite': 0.32; 'linux': 0.33; 'week.': 0.33; 'fri,': 0.33; 'used,': 0.33; "i'd": 0.34; "can't": 0.35; 'possible.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'possible': 0.36; 'subject:?': 0.36; 'too': 0.37; 'awesome': 0.38; 'to:addr:python- list': 0.38; 'planning': 0.38; 'recent': 0.39; 'heard': 0.39; 'to:addr:python.org': 0.39; 'most': 0.60; 'tell': 0.60; 'you.': 0.62; 'making': 0.63; 'developed': 0.63; 'charset:windows-1252': 0.65; 'dormant': 0.68; 'of:': 0.68; 'april,': 0.84; 'game,': 0.84; 'subject:Game': 0.91; 'subject:Development': 0.95; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=uSPn3yFuA9Vlzsdg5Y5MxfYGc4t55QOCGxh/FuShnIk=; b=sHi0sMqapnMUtoECSwGuTPh55nfdKUFpgN51Lylvljd2ya4gCLbIXjWSOLsPBbPz65 SmWlMiH3ZBDuz+CJ2o5cxjKnjLyzY1b6eFpMW+PceiqkRYyQuCar+S/WCC7+puQ5ZYTg aFWUlvJ586yNTlA+p30sNQWo1OuHZ5hePOaUwfa50m2SFyGn+LEGwtXpJCp81Vm3KnAZ 5v3BGFSVoNZ96UZ5wWmIcoBeIndvCs6BOqZ21En6iGQhpHAbnl3W7jokiznqOfBixbsO +Ap66f0pSEaKQ8OPESdypm0O70ipYTZwQgeJUt3GhE1jtFMzB3x7PfIyEUCGbOyduixF zurQ== X-Received: by 10.68.241.68 with SMTP id wg4mr6934569pbc.121.1370622136766; Fri, 07 Jun 2013 09:22:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <25a7393d-f8dd-4f75-925f-89df31930d71@googlegroups.com> References: <25a7393d-f8dd-4f75-925f-89df31930d71@googlegroups.com> From: Ian Kelly Date: Fri, 7 Jun 2013 10:21:36 -0600 Subject: Re: Python Game Development? To: Python Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370622147 news.xs4all.nl 15957 [2001:888:2000:d::a6]:55782 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47334 On Fri, Jun 7, 2013 at 9:53 AM, wrote: > I was planning on making a small 2D game in Python. Are there any librari= es for this? I know of: > > =95 Pygame - As far as I know it's dead and has been for almost a year > =95 PyOgre - Linux and Windows only(I do have those, but I want multi-pla= tform) > =95 Cocos2D - Won't install and cant find any support > =95 PyCap - Can't find any documentation > =95 Panda3D - Dead since 2011 + overkill for what I need > =95 PyOpenGL - Overkill > > Any help on what to do with this would be appreciated. I am making games = mainly in Lua but I'd like to make one in Python for fun. I also understand= that Python isn't exactly the *BEST* choice programming a game, but I have= heard it is possible. Tell me if it's true. Thanks! Pygame is still quite commonly used, and the most recent commit was in April, so I think it's too early to pronounce it dead (although pgreloaded, which at one point was intended to be a successor to pygame, is looking a bit dormant now). A lot of folks also like pyglet, but I've never used it myself. I suspect it might also be overkill for you. And yes, it's definitely possible to make games in Python. Go to pyweek.org and check out many of the awesome games that have been developed in Python in only one week.