Implementation of Connect-Four game in Objective Caml using Owl library, based on ideas from this implementation.
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.