Description
Strategic board game of medium complexity.
Description
Implementation in Haskell of the strategic board game Snorkels. Snorkels is often used as a first step when teaching people to play Go.
README.md
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