Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:py': 0.07; 'am,': 0.13; 'wrote:': 0.15; 'async': 0.16; 'asyncore': 0.16; 'looping': 0.16; 'subject:Console': 0.16; 'cc:addr:python-list': 0.16; 'onto': 0.19; 'cc:2**0': 0.21; 'cc:no real name:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'received:209.85.213.46': 0.23; 'received:mail-yw0-f46.google.com': 0.23; 'code': 0.24; 'fri,': 0.28; 'attach': 0.28; 'message-id:@mail.gmail.com': 0.28; 'script': 0.29; 'cc:addr:python.org': 0.30; '22,': 0.30; 'subject:Writing': 0.30; 'chris': 0.32; 'rather': 0.33; "i've": 0.33; 'uses': 0.35; 'jonathan': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'run': 0.39; 'received:209': 0.40; 'give': 0.60; 'your': 0.60; 'subject': 0.62; 'grab': 0.63; 'site.': 0.69 MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 22 Jul 2011 10:12:15 -0700 Subject: Re: Writing a MUD Console From: Jonathan Gardner To: Chris Angelico Content-Type: text/plain; charset=ISO-8859-1 Cc: 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311354744 news.xs4all.nl 23931 [2001:888:2000:d::a6]:35002 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10120 On Fri, Jul 22, 2011 at 2:25 AM, Chris Angelico wrote: > Rather than attach it to this post, I've tossed the script onto my > MUD's web site. (Yes, I run a MUD. Your subject line grabbed my > attention!) Grab it from http://minstrelhall.com/RosMudAndroid.py and > give it a whirl! > That code is surprisingly simple. Let me write one that uses asyncore so that the looping can incorporate other async processes as well. -- Jonathan Gardner jgardner@jonathangardner.net