This is a very interim commit. Started work on genetic buildings.

Nothing works!
This commit is contained in:
Simon Brooke 2021-06-08 18:15:24 +01:00
parent 310896cc95
commit 7138c51134
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
12 changed files with 439 additions and 11 deletions

View file

@ -1,6 +1,6 @@
(ns cc.journeyman.the-great-game.world.routes-test
(:require [clojure.test :refer :all]
[cc.journeyman.the-great-game.world.routes :refer :all]
[cc.journeyman.the-great-game.world.routes :refer [find-routes]]
[cc.journeyman.the-great-game.world.world :refer [default-world]]))