Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 495 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 495 Bytes

Multi-User Dimension (MUD), Programmed in Go

Just tinkering with Go, using a MUD as an exercise to learn the language. If you are a Go-pro and see something I can improve, please let me know!

Commands

Commands are listed in the commandList map found in commands.go. Adding a command is very simple, simply extend the map with your command and its executable closure!

Rooms

Rooms are currently only implemented as basic structs. A web-based SPA room editor sure would be cool.