public
Description: Mire is a simple MUD written in Clojure
Homepage:
Clone URL: git://github.com/technomancy/mire.git
commit  a8c7264adb866c60ea56133ac4f9888c16966c71
tree    4b11109aa6e636eff40875932ddb077f5575b510
parent  43895b9befd7dc9396095b0e8ea71b89cc6fe0e0
mire /
name age message
file README.markdown Sat Jan 24 21:39:10 -0800 2009 Readme updates. [technomancy]
directory data/ Loading commit data...
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/
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.