Very minor tidy-up
This commit is contained in:
parent
3491784282
commit
06de5d923a
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
(ns mw-engine.core
|
(ns mw-engine.core
|
||||||
(:require [mw-engine.world :as world]
|
(:require [mw-engine.world :as world]
|
||||||
mw-engine.natural-rules
|
mw-engine.utils))
|
||||||
mw-engine.utils))
|
|
||||||
|
|
||||||
;; Every rule is a function of two arguments, a cell and a world. If the rule
|
;; Every rule is a function of two arguments, a cell and a world. If the rule
|
||||||
;; fires, it returns a new cell, which should have the same values for :x and
|
;; fires, it returns a new cell, which should have the same values for :x and
|
||||||
|
|
Loading…
Reference in a new issue