About

Metadata

  • Last updated , by BartoszWojcik
  • License LicenseRef-GPL
  • Categories Game Development
  • Maintained by: Bartosz Wójcik <bartek@sudety.it>

  • Lottery factor: 0

Links

Installation

Readme

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)