Skip to content

Latest commit

 

History

62 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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().


About

Tentative Erlang MUD driver

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages