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


Groups > comp.lang.python > #10110

Re: Writing a MUD Console

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.014
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'python.': 0.04; 'decent': 0.07; 'url:py': 0.07; 'wxpython': 0.07; 'am,': 0.13; 'wrote:': 0.15; 'subject:Console': 0.16; 'twisted': 0.16; 'written': 0.17; 'onto': 0.19; 'cheers,': 0.19; '(but': 0.22; 'linux,': 0.22; 'header:In-Reply-To:1': 0.22; 'assume': 0.23; 'referring': 0.23; 'code': 0.24; 'somebody': 0.28; 'fri,': 0.28; 'attach': 0.28; 'message-id:@mail.gmail.com': 0.28; 'script': 0.29; 'problem': 0.29; '22,': 0.30; 'far,': 0.30; 'subject:Writing': 0.30; 'chris': 0.32; 'rather': 0.33; "i've": 0.33; 'to:addr:python-list': 0.34; 'project': 0.35; 'uses': 0.35; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85.161': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'run': 0.39; 'went': 0.39; 'client': 0.39; 'to:addr:python.org': 0.39; "couldn't": 0.40; 'received:209': 0.40; 'give': 0.60; 'your': 0.60; 'subject': 0.62; 'grab': 0.63; 'brother': 0.67; 'share': 0.68; 'site.': 0.69
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=mhmRPPdE6hACuQB4rR2zBa2ELc6NweDWI5vIvSlNxxA=; b=P9zJYjh6LtDZ2IKoMjOJapNd12+vVDg+USJf/BHGIvNhJRBpoFHFzRivx9ZwMuiLLe uD5m5HR4MRxqU/fpjyq+h3NzNMBZr3NhSnGNuqSN5RCZ8tdMOzFuc+hbmRM/Jvoc1yVP 524DbFaaGaA+8mdlrMnlae4J2SN0XANefOda0=
MIME-Version 1.0
In-Reply-To <CAPTjJmp3jRHiHZa9cDbZ4ab63+vGNur2vHgdVppeb-rq8EAT-A@mail.gmail.com>
References <CAG9FJoSUij72C39LtH=c122Cw8Y663N3q=Eq3nNnDiSdRKrVVw@mail.gmail.com> <CAPTjJmp3jRHiHZa9cDbZ4ab63+vGNur2vHgdVppeb-rq8EAT-A@mail.gmail.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Fri, 22 Jul 2011 08:55:53 -0600
Subject Re: Writing a MUD Console
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 <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>
Newsgroups comp.lang.python
Message-ID <mailman.1366.1311346585.1164.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1311346585 news.xs4all.nl 23897 [2001:888:2000:d::a6]:49808
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:10110

Show key headers only | View raw


On Fri, Jul 22, 2011 at 3:25 AM, Chris Angelico <rosuav@gmail.com> wrote:
> In the early days of Android, my brother couldn't find a decent MUD
> client, so I whipped one up for him in Python. The project never went
> very far, but it's a start. It works on Linux, not Windows; but since
> you're referring to /usr/bin/telnet I assume that's not going to be a
> problem for you!
>
> 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!

I also have a half-finished (but fully usable) MUD client written in
Python.  It uses Twisted and wxPython and is cross-platform.  I would
be willing to share the code if somebody is interested.

Cheers,
Ian

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Writing a MUD Console Ian Kelly <ian.g.kelly@gmail.com> - 2011-07-22 08:55 -0600

csiph-web