GoMUD is a WIP, currently it is a basic echo server. Basically it's a project to assist us in learning the Go programming language, but hopefully it will become a viable MUD base alternative.
The following commands will download, build, install, and start GoMUD
'git clone [email protected]:jfsherman/gomud.git' into your '$GOPATH' 'cd gomud/gmserver' 'go install' 'gmserver'
- Proper telnet protocol negotiation
- Database interface (SQLite?)
- Lua integration / online scripting language
- World system
- Lots of other stuff