-
-
erlmud
Erlang based game server
# erlmud
erlmud is an Erlang MUD-like server.
The idea is a game server that multiple clients can play.
Considered clients are:
- Telnet. Like the old MUDs before. Also, a low hanging fruit to pick for
early development.
- ...
-
ldmud
...
mudlib/sys/:
standard include files to copy into your mudlib. Some of these are
also used by the src/ files.
mud/ : the lp-245 mudlib, and support files for other mudlibs.
etc/ : misc. scripts, images and syntax files ...
-
wolf
... my own framework that used the same funky
"sort-of like a pure virtual function" declaration syntax that Borland used
after I reverse-engineered how they did it.
I even used this framework to create a level editor for the MUD I played at
the time.
-
sandbox
... editor
MUD Zone Editor
In 1994-1995, I often played a MUD called Eternal Twilight. The implementor
of Eternal Twilight and I became ... new starting zone, rather than the standard ROM one
that the mud initially came with.
I had written this program so I ...
-
-
super-simple-jsonp
... # Run local server, which enables development
Read more about Mud package manager at .
Usage
-----
Look in ... yet). The minifier is Closure. Read more at the
[Mud website](http://mudhub.org/).
Error handling
--------------
If the ...
-
NuMUD
Some kind of MUD written in node.js
-
mudr
MUD reanimation
MUD Reanimator - web interface for cozy telnet game
How to install WebSocket daemon:
cd websocket/src
make
How to run WebSocket daemon:
cd websocket/bin
./wsmd
-
MudCore
...
It now lives [on sr.ht](https://git.sr.ht/~jack/mudcore).
# MudCore, a simple MUD server
MudCore is a simple MUD server. Game logic is implemented in lua,
telnet handling is done for you, and the server can communicate with
the ...
-
fonmud
Simple Multi-user dungeon
# MUD Server/Game for a school project
This was my project for a class on networking/socket programming. It's written in not very good Java. I've written it with two friends who were supposed to be writing the "content" part but ...
-