nbartlomiej / takefive

Five in a Row game implementation in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Five in a Row game implementation in Haskell

License:MIT License


Languages

Language:Haskell 100.0%