Skip to content

jfsii/gomud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoMUD - a basic MUD server in Go

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.

Running GoMUD

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'

TODOs

  • Proper telnet protocol negotiation
  • Database interface (SQLite?)
  • Lua integration / online scripting language
  • World system
  • Lots of other stuff

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages