Written enough to create a world; get-neighbours function isn't working.

This commit is contained in:
Simon Brooke 2014-06-29 18:19:21 +01:00
commit 53a09fddf6
7 changed files with 294 additions and 0 deletions

6
project.clj Normal file
View file

@ -0,0 +1,6 @@
(defproject mw-engine "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]])