public
Description: Mire is a simple MUD written in Clojure
Homepage:
Clone URL: git://github.com/technomancy/mire.git
mire /
name age message
file README.markdown Sat Jan 24 21:39:10 -0800 2009 Readme updates. [technomancy]
directory data/ Sat Jan 24 22:14:35 -0800 2009 Load room data from files on disk. [technomancy]
directory jars/ Mon Jan 19 20:44:47 -0800 2009 Update to latest clojure jars; use server-socke... [technomancy]
file mire.el Tue Feb 10 22:14:30 -0800 2009 Finished step 5. [technomancy]
file mire.sh Sat Jan 31 20:57:45 -0800 2009 Step 3: State and Movement [technomancy]
directory src/ Loading commit data...
directory test/ Sun Jan 25 21:43:07 -0800 2009 Finished test-commands. [technomancy]
README.markdown

Mire

It's a nonviolent MUD. (Multi-User Dungeon)

You can either launch via SLIME by evaling mire.el from within Emacs (preferred since it gives you access to the REPL) or by the included mire.sh shell script.

Dependencies (clojure, clojure-contrib) are included, though you will need a JVM on your system.

To connect, simply telnet to port 3333, or hit M-x mire from within Emacs if you have used mire.el.

Copyright (c) 2009 Phil Hagelberg Licensed under the same terms as Clojure.