This is a server for Labyrinth. For the game rules, please see the Labyrinth project.
Prerequisites:
Generally, the version on Hackage is fresh enough. To get that:
cabal update
cabal install labyrinth-server
PATH=~/.cabal/bin:$PATH # This can go into ~/.profile
labyrinth-server
To install directly from Git, Cabal-dev is recommended.
cabal update
cabal install cabal-dev
cabal-dev install-deps
cabal-dev configure
cabal-dev build
./dist/build/labyrinth-server/labyrinth-server