Missile is a GUI for the game of points.
It's written in haskell language and implements "points console AI protocol v6" for playing with bots.
The one bot that implements this protocol is "opai-rs".
First of all you will need cabal with ghc installed on your system.
Then update list of packages:
cabal update
If your distro doesn't have the latest cabal you can update it with:
cabal install cabal-install
export PATH=~/.cabal/bin:$PATH
Then init cabal sandbox in the directory with cloned repo:
cabal sandbox init
Install dependencies:
cabal install --dependencies-only --enable-optimisation=2
Compile with:
cabal build
Run with:
./dist/build/missile/missile
This project is licensed under AGPL version 3 or (at your option) any later version. See LICENSE.txt for details.
Copyright (C) 2015 Kurnevsky Evgeny