@hackage hpylos1.0
AI of Pylos game with GLUT interface.
Categories
License
LicenseRef-GPL
Maintainer
Bartosz Wójcik <bartek@sudety.it>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 1.0 Sun, 23 Nov 2008
Installation
Dependencies (0)
Dependents (1)
@hackage/acme-everything
This is Pylos game with AI module. See homepage: http://sourceforge.net/projects/hpylos/
Intallation notes.
- GHC has to be installed (http://www.haskell.org/ghc/).
- OpenGL, GLUT and EEConfig have to be installed (http://hackage.haskell.org/packages/archive/pkg-list.html).
- Unpack
- ghc --make Setup.hs
- ./Setup configure
- ./Setup build
- ./Setup install (you need root rights)