A toy program as an exercise to get familiar with Ocaml. Based by following the example from the Clojure for the Brave and True book available here.
The project uses dune to manage the build:
dune buildto build everything.dune exec bin/main.exeto start the game.dune runtestto run the tests (written using ounit2).