@hackage snorkels0.2.0.0

Strategic board game of medium complexity

Snorkels is a two person strategy board game. You can find the rules here. This is an implementation of Snorkels written in Haskell.

It features:

  • Support for up to 5 players.
  • Colored output.
  • Player switching.

Coming up are:

  • Computer player agents.
  • Network games.

Installation

User-wide:

cabal install
cabal configure
cabal copy

Sandboxed:

cabal sandbox
cabal install
cabal configure
cabal run