@hackage hpylos1.0

AI of Pylos game with GLUT interface.

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)