Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.03; 'debug': 0.05; 'filename': 0.07; 'rename': 0.07; 'api': 0.09; 'available)': 0.09; 'ping': 0.09; 'settings,': 0.09; 'suggestions:': 0.09; 'url:googlecode': 0.09; 'cc:addr:python- list': 0.10; '.py': 0.16; 'angle': 0.16; 'backspace': 0.16; 'combinations': 0.16; 'commandline': 0.16; 'dir"': 0.16; 'pygame': 0.16; 'remembers': 0.16; 'renamed': 0.16; 'simulated': 0.16; 'unpacked': 0.16; 'settings': 0.16; 'wrote:': 0.17; 'variables': 0.17; 'subject:] ': 0.19; 'load': 0.19; 'changes': 0.20; 'commands,': 0.22; 'runs': 0.22; 'installed': 0.23; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'setting': 0.26; 'scale': 0.27; 'replace': 0.27; 'interface': 0.27; 'fixed': 0.28; 'run': 0.28; 'crash': 0.29; 'dialog': 0.29; 'folder': 0.30; 'mode': 0.30; 'window': 0.30; 'code': 0.31; '(and': 0.32; 'file': 0.32; 'damage': 0.33; 'likely': 0.33; 'version': 0.34; 'text': 0.34; 'list': 0.35; 'needed': 0.35; 'adds': 0.35; 'dir': 0.35; 'path': 0.35; 'open': 0.35; 'loaded': 0.36; 'modules': 0.36; 'useful': 0.36; 'unable': 0.36; 'possible': 0.37; 'editor': 0.37; 'uses': 0.37; 'rather': 0.37; 'easier': 0.38; 'some': 0.38; 'instead': 0.39; 'release': 0.39; 'takes': 0.39; 'where': 0.40; 'subject:-': 0.40; 'most': 0.61; 'charset:windows-1256': 0.61; 'received:194': 0.61; 'tracking': 0.61; 'back': 0.62; 'dead': 0.62; 'between': 0.63; 'fun': 0.64; 'making': 0.64; 'players': 0.65; 'physical': 0.69; 'action.': 0.84; 'simulation.': 0.84; 'battles': 0.91; 'graphical': 0.91; 'motor': 0.91; 'robot': 0.91; 'to:addr:hotmail.com': 0.98 X-IronPort-AV: E=Sophos;i="4.77,778,1336341600"; d="scan'208";a="657685" X-Virus-Scanned: amavisd-new at zimbra.sequans.com Date: Thu, 16 Aug 2012 11:29:43 +0200 From: Jean-Michel Pichavant User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100328) MIME-Version: 1.0 To: Lee Harr Subject: Re: [ANNC] pybotwar-0.8 References: In-Reply-To: Content-Type: text/plain; charset=windows-1256; format=flowed Content-Transfer-Encoding: 7bit Cc: "edu-sig@python.org" , "python-list@python.org" 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: 75 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345109385 news.xs4all.nl 6893 [2001:888:2000:d::a6]:40004 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27148 Lee Harr wrote: > pybotwar is a fun and educational game where players > write computer programs to control simulated robots. > > http://pybotwar.googlecode.com/ > > > The focus of this release is making all functionality > available from the PyQt interface and making PyQt > the default interface. > > pybotwar uses pybox2d for the physical simulation. > It can be run in text-only mode -- useful for longer > tournaments -- or use pyqt or pygame for a graphical > interface and visualization of the action. > > pybotwar is released under GPLv3. > > > Changes in pybotwar-0.8: > - pybox2d-2.0.2b2 is now the required version > > API > - Robot.turret() now takes turret speed instead of angle > - PING sensor now differentiates own bullets from enemy bullets > - PING differentiates dead robots when remove_dead_robots=False > - made internal Robot state variables less likely to conflict with user code > > Settings > - added "robots dir" setting to make it easier to run pybotwar > from an installed copy, rather than from the unpacked folder > - logs, lineups, and db all go in robots dir > - robot modules are now loaded by full path > - If using Qt settings, remembers most recently used set of robots > > PyQt4 Interface > - PyQt4 view mode is now the default > - (text mode and pygame/pygsear still available) > - all settings are available from PyQt interface > - remembers most recently used set of robots > - added debug window showing sensor values, commands, and logs > - can now start tournaments (and multiple battles) from pyqt > - can also start tournaments to run in background > - editor automatically adds .py to robot filename if needed > > Other changes > - made template.py a valid robot program > - single battles are now run as 1-battle tournaments > - renamed kill stat to outlasted > - started tracking kills as dealing final damage to other robot > - commandline can now take a list of robots to load > - added "Super Tournaments" > - runs tournaments with all possible combinations of robots > > Fixes: > - made POSition sensor scale same as PING sensor > - fixed editor backspace between left edge and start of text > - fixed inability to re-open file once its window was closed > - fixed crash when cancelling file-open dialog > - limited motor speed on turret > - log messages in testmode when using qt4 view > - fall back to :memory: database if unable to open db file > > > I have some suggestions: - rename pybotwar into pybotcontest - replace "bullet" by "missile of passion" - replace "dead" by "overflood with love" - "PING sensor" into "pheromone sensor" ... and so on :p JM