An implementation of Meta Tic-Tac-Toe, described in this article, using ReasonML and Incr_dom.
See this commit to see how the project was refactored from regular Tic-Tac-Toe to Meta Tic-Tac-Toe.
- If you haven't already, first install
ocaml
andopam
by following the instructions in the first three sections of this installation guide. - Clone this directory on your local machine.
- Run
make deps
to install the necessary OCaml library dependencies. - Run
make
to build the project. - Open
<project-root>/_build/default/src/www/index.html
in your browser.
If you run into any problems, feel free to shoot me an email.