Written enough to create a world; get-neighbours function isn't working.
This commit is contained in:
commit
53a09fddf6
7 changed files with 294 additions and 0 deletions
6
project.clj
Normal file
6
project.clj
Normal 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"]])
|
||||
Loading…
Add table
Add a link
Reference in a new issue