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 Feb 28 16:15:24 -0800 2009 Implement detect command. [technomancy]
directory jars/ Thu Mar 05 08:34:34 -0800 2009 Updated clojure and clojure-contrib jars. [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...
file test.sh Fri Apr 03 15:07:22 -0700 2009 Tests need to be in src/ so they are on the cla... [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.