Skip to content
Alex May edited this page Dec 6, 2016 · 12 revisions

#Welcome to the MOO

The design of this MOO is based on the LambdaMOO project and so has some of the same limitations and system design issues.

  • All the data for the MOO world is held in memory
  • It doesn't support running the same world on more than one machine (so no load balancing)
  • It only supports telnet (and websocket) connections
  • It stores the world in a file called moo.dat

##Tutorials

Clone this wiki locally