/takefive

Five in a Row game implementation in Haskell

Primary LanguageHaskellMIT LicenseMIT

takefive

About

Takefive is a Five in a Row game (en.wikipedia.org/wiki/Gomoku) implemented in Haskell. Runs in console, features simple AI, done as a Haskell excercise.

This implementation has been used in Tfoo (github: github.com/nbartlomiej/tfoo , demo: tfoo.herokuapp.com).

Running

1. Cd into project directory
2. ghc takefive
3. ./takefive

License

MIT license, for details please see the LICENSE file.