Writing a MUD Console

Ian Kelly ian.g.kelly at gmail.com
Fri Jul 22 10:55:53 EDT 2011


On Fri, Jul 22, 2011 at 3:25 AM, Chris Angelico <rosuav at 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



More information about the Python-list mailing list