Change actions to return maps, and add a perform function.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 26 Aug 2011 19:11:44 -0400 |
parents |
cb2d6c82204a |
children |
c6658b4f41a5 |
Clojurecraft
============
Clojurecraft is a framework for writing Minecraft bots in Clojure.
**It's definitely not ready for actual use yet, but if you want to poke around it has
some very basic functionality. Just remember that *everything* is subject to
change.**
Check out the :doc:`Quick Start Guide </quickstart>` if you want to poke around.
* Mercurial Repo: http://bitbucket.org/sjl/clojurecraft/
* Git Repo: http://github.com/sjl/clojurecraft/
* Documentation: http://clojurecraft.rtfd.org/
* Issue Tracker: http://github.com/sjl/clojurecraft/issues/
Table of Contents
-----------------
.. toctree::
:maxdepth: 2
quickstart
basics
datastructures
transactions
actions
events
loops