Add staircases, and moving between levels

Currently we just pick randomly between the cave and dungeon level
generators. There's a lot of bugs here, but it's *sorta* working, so I'm
leaving it as is.
This commit is contained in:
Griffin Smith 2020-01-05 12:55:15 -05:00
parent 6b0bab0e85
commit 0f79a06733
12 changed files with 125 additions and 17 deletions

View file

@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
module Xanthous.Data.LevelsSpec (main, test) where
--------------------------------------------------------------------------------
import Test.Prelude hiding (levels)
import Test.Prelude
--------------------------------------------------------------------------------
import qualified Data.Aeson as JSON
--------------------------------------------------------------------------------