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 build
to build everything.dune exec bin/main.exe
to start the game.dune runtest
to run the tests (written using ounit2).