project.clj @ eb08d252e542

Add an actual bot to the jumpbot example file.
author Steve Losh <steve@stevelosh.com>
date Thu, 31 May 2012 18:35:46 -0400
parents 99a4600a4575
children d7d867712163
(defproject clojurecraft "0.0.1-SNAPSHOT"
  :description "A framework for writing Minecraft bots in Clojure."
  :dependencies [[clojure "1.3.0"]
                 [org.clojure/math.combinatorics "0.0.2"]
                 [org.clojure/math.numeric-tower "0.0.1"]]
  :jvm-opts ["-Xmx1g"])