[MUD-Dev] Re: Help Request On Creating MUD
Jon Leonard
jleonard at divcom.slimy.com
Wed Jul 1 17:13:17 CEST 1998
On Thu, Jul 02, 1998 at 02:45:33AM -0700, Strahd Von ZAROVICH wrote:
> Hi,
>
> I ve been trying to find documents (or howtos) on mud coding,
> containing; Inner game organization, players organization, and tcp/ip
> documentation needed for writing mud code from the beginning.
> Sadly, I couldn't find any. :(
There's a number of different ways to organize the game driver, player
information, and so on. If the archives aren't much help, we should
probaby start a thead on it.
Depending on whether you want to modify the game from inside the game,
or need an interpreted language, and so on, you can wind up with very
different architectures...
For TCP/IP stuff, I wrote up some commented example code. It's basicly
what I wished I could have found when I was starting work on my MUD.
It's at: http://www.slimy.com/~jleonard/src/ipc.html and I've released
it into the public domain.
> I wonder if any subscribers of this mailing list can help me on
> finding these documents, or recommend anything else..
For networking stuff, I recommend looking at Comer's "Internetworking
with TCP/IP", or Steven's "TCP/IP Illustrated". Both are quite good.
Jon Leonard
More information about the mud-dev-archive
mailing list