snorkels: Strategic board game of medium complexity

[ game, gpl, library, program ] [ Propose Tags ]

Implementation in Haskell of the strategic board game Snorkels. Snorkels is often used as a first step when teaching people to play Go.


[Skip to Readme]

Modules

  • Snorkels
    • Snorkels.Board
    • Snorkels.CLI
    • Snorkels.Game
    • Snorkels.Play
    • Snorkels.RandomAgent
    • Snorkels.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0
Dependencies ansi-terminal (>=0.6 && <0.7), base (>=4.8 && <4.9), bimap (>=0.3.2 && <0.3.3), containers (>=0.5 && <0.6), monad-loops (>=0.4 && <0.5), optparse-applicative (>=0.13.0 && <0.13.1), parsec (>=3.1.11 && <3.1.12), random (>=1.1 && <1.2) [details]
License GPL-3.0-only
Author Linus Heckemann & Unai Zalakain
Maintainer linus@sphalerite.org & contact@unaizalakain.info
Category Game
Uploaded by unaizalakain at 2016-09-13T18:05:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables snorkels
Downloads 796 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-20 [all 3 reports]

Readme for snorkels-0.2.0.0

[back to package description]

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