These files contain code that sets up an uninteresting MUD, using a
fairly portable library, including comments and documentation.
This should work on anything that resembles a unix system.
(i.e. not MS Windows)
Source files:
-
README: A short description of what this is.
-
Makefile: A makefile to build stuff.
-
net.c: The network code.
-
net.h: The interface to the networked code.
-
net_docs: Documentation.
-
room.c: And an example MUD using it.
And a tar'd, gzip'd collection
Back to my src page.