name: hstzaar version: 0.9.4 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 . author: Pedro Vasconcelos maintainer: Pedro Vasconcelos license: BSD3 license-file: LICENSE homepage: http://www.dcc.fc.up.pt/~pbv/stuff/hstzaar build-type: Simple cabal-version: >= 1.6 data-files: hstzaar.glade extra-source-files: RELEASE-NOTES executable hstzaar hs-source-dirs: src main-is: Main.hs other-modules: GUI Serialize Board AI AI.Gametree AI.Eval AI.Minimax Tournament Tests build-depends: base >= 4.7 && <5, filepath >= 1.1, directory >= 1.0, array >= 0.5, containers, unordered-containers, hashable, mtl >= 2, vector >= 0.10, parallel >= 2.0, gtk >=0.11, cairo >= 0.11, glade >= 0.11, random >= 1.0.0, QuickCheck >= 2.1, xml >= 1.3 ghc-options: -threaded -rtsopts -with-rtsopts=-N