Skip to content

koterpillar/labyrinth-server

Repository files navigation

Labyrinth - Server

This is a server for Labyrinth. For the game rules, please see the Labyrinth project.

Live instance

Labyrinth

Installation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published