/connectfour

Connect-Four game implemented in OCaml using Owl library.

Primary LanguageOCamlMIT LicenseMIT

conn4

Implementation of Connect-Four game in Objective Caml using Owl library, based on ideas from this implementation.

Compiling and running

Owl can be installed via opam:

opam install owl

Compiling is done with make. The resulting conn4 binary can be run to play the game.