Skip to content

Forestmud is a simple TCP MUD server written in Erlang.

Notifications You must be signed in to change notification settings

treadup/forestmud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ForestMUD

ForestMUD is the start of a simple TCP MUD server written in Erlang. Users telnet into the server and can interact with the game.

Compiling and Running

Start the Erlang shell

erl

Then use the following command in the Erlang shell to compile the program.

c("forestmud").

To start the server listening on port 7000 use execute the following command in the Erlang shell.

forestmud:accept(7000).

Connecting to the server

Use the following telnet command to connect to the server running locally.

telnet localhost 7000

About

Forestmud is a simple TCP MUD server written in Erlang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages