Better bootstrap.sh script. It now checks for dependencies and supports
downloading via either wget or curl. It also prints a message on how to
download the file manually in case neither utility is found. Update URL
to use new download location.
    
        | author | Eliot <fadookie@gmail.com> | 
    
        | date | Sat, 10 Sep 2011 01:35:47 -0700 | 
    
        | 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