资源说明:Tentative Erlang MUD driver
Quickstart (local server in foreground): 1) Edit settings.erl, adjust world global parameters 2) Edit server.erl, change port if needed 3) In same directory, compile, then launch erlang console: $ erl -make $ erl 4) At erlang console, boot single server config: 1> server:start(). 5) Connect to local tcp port with netcat/telnet/whatever, enjoy 6) If needed, shutdown the server cleanly with: 2> server:stop(). 3> halt().
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。