I want to share something with those who love python/hate C and have the itch to build a mud-like game from scratch. For those who like C there is the barebone SocketMud(tm), for those who like both there is NakedMUD(tm) a system with C backbone and python on top.
For pure python there is the MiniBoa telnetserver, completely dependency free, using the standard sockets. No zope no django or whatever needed at all, it runs smoothly on all known platforms where python is available.
It has features like telnet negotiation, colour codes using caret codes like ^W is bold white. It is single threaded, asynchronous.
Read more and download: http://code.google.com/p/miniboa/
Regards.
For pure python there is the MiniBoa telnetserver, completely dependency free, using the standard sockets. No zope no django or whatever needed at all, it runs smoothly on all known platforms where python is available.
It has features like telnet negotiation, colour codes using caret codes like ^W is bold white. It is single threaded, asynchronous.
Read more and download: http://code.google.com/p/miniboa/
Regards.