labyrinth-0.1.5.1: src/Labyrinth.hs
module Labyrinth ( generateLabyrinth
, parseMove
, performMove
, module LabyrinthCombined
) where
import Labyrinth.Action (performMove)
import Labyrinth.Generate (generateLabyrinth)
import Labyrinth.Map as LabyrinthCombined
import Labyrinth.Move as LabyrinthCombined
import Labyrinth.Read (parseMove)
import Labyrinth.Show as LabyrinthCombined