public
Description: Mire is a simple MUD written in Clojure
Homepage:
Clone URL: git://github.com/technomancy/mire.git
technomancy (author)
Fri Jan 30 19:40:55 -0800 2009
commit  40e592b732251f741a52efceb1b8ee1c903d8cfd
tree    751d4716baf15da6e2b5f6e9d6633e2ffc66ad90
parent  f526ade8de86d7cfa0e590f54d192b3bc3075c63
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 Sun Jan 25 21:48:41 -0800 2009 Fix elisp launcher. [technomancy]
file mire.sh Sat Jan 31 20:57:45 -0800 2009 Step 3: State and Movement [technomancy]
directory src/ Fri Jan 30 19:40:55 -0800 2009 Step 2: commands [technomancy]
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.