packages feed

hstzaar-0.2: hstzaar.cabal

name:    hstzaar
version: 0.2

category: Game

synopsis: A two player abstract strategy game.

description:
  HsTZAAR is an implementation of TZAAR ((c) 2007 Kris Brum),
  a two player abstract strategy game played on a hexagonal board.
  TZAAR is the the last game in the GIPF game series.
  This program is based on the (retired) htzaar implementation
  by Tom Hawkins <tomahawkins@gmail.com>.

author:     Pedro Vasconcelos <pbv@ncc.up.pt>
maintainer: Pedro Vasconcelos <pbv@ncc.up.pt>

license:      BSD3
license-file: LICENSE

homepage: http://www.ncc.up.pt/~pbv/stuff/hstzaar

build-type:    Simple
cabal-version: >= 1.6
data-files:    data/hstzaar.glade

extra-source-files:
  RELEASE-NOTES

executable hstzaar
  hs-source-dirs:   src
  main-is:          Main.hs
  other-modules:    GUI Board AI AI.Utils AI.Lame AI.Minimax
  build-depends:
    base       >= 4       && < 5,
    containers,
    gtk        >=0.11, 
    cairo      >= 0.11, 
    glade      >= 0.11,
    random     >= 1.0.0   && < 1.1