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
7
test/mw_engine/core_test.clj
Normal file
7
test/mw_engine/core_test.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns mw-engine.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[mw-engine.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue