Writing a MUD Console

Chris Angelico rosuav at gmail.com
Fri Jul 22 13:19:46 EDT 2011


On Sat, Jul 23, 2011 at 3:12 AM, Jonathan Gardner
<jgardner at jonathangardner.net> wrote:
> On Fri, Jul 22, 2011 at 2:25 AM, Chris Angelico <rosuav at gmail.com> 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.

Yes, it is; and you don't necessarily need all of that. I haven't
really put any sort of license on that, so I'll hereby formally
release it as CC-BY-SA (and have modified the version on my web site
to say so).

ChrisA



More information about the Python-list mailing list