001  (ns cc.journeyman.the-great-game.world.mw
002    "Functions dealing with building a great game world from a MicroWorld world."
003      (:require [clojure.math.numeric-tower :refer [expt sqrt]]
004                [mw-engine.core :refer []]
005                [mw-engine.world :refer []]))
006  
007  ;; It's not at all clear to me yet what the workflow for getting a MicroWorld map into The Great Game, and whether it passes through Walkmap to get here. This file as currently written assumes it doesn't.