hpylos: AI of Pylos game with GLUT interface.

[ ai, game, program ] [ Propose Tags ]

Pylos is 2 persons turn strategy board game described here: http://www.boardgamegeek.com/game/1419. hpylos is functional example of AI of pylos with 3D graphic. You can play vs. one of few algorithms that can be customized.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0
Dependencies array, base, containers, EEConfig, GLUT, OpenGL [details]
License LicenseRef-GPL
Copyright (c) 2008 Bartosz Wójcik
Author Bartosz Wójcik <bartek@sudety.it>
Maintainer Bartosz Wójcik <bartek@sudety.it>
Category AI, Game
Home page http://sourceforge.net/projects/hpylos/
Uploaded by BartoszWojcik at 2008-11-23T19:43:46Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hpylos
Downloads 1234 total (5 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-02 [all 9 reports]

Readme for hpylos-1.0

[back to package description]
This is Pylos game with AI module.
See homepage: http://sourceforge.net/projects/hpylos/

Intallation notes.
1. GHC has to be installed (http://www.haskell.org/ghc/). 
2. OpenGL, GLUT and EEConfig have to be installed (http://hackage.haskell.org/packages/archive/pkg-list.html).
3. Unpack
4. ghc --make Setup.hs
5. ./Setup configure
6. ./Setup build
7. ./Setup install (you need root rights)