Unbeatable Tic Tac Toe written in Ocaml
In order to run the included setup script, make sure you have homebrew installed on your computer. Instructions for installation can be found here.
git clone https://github.com/Nayshins/ocaml-tic-tac-toe.git
cd Ocaml-Tic-Tac-Toe
Total install time takes 5-10 minutes
- Run
$ ./setup.sh
from the project root directory. - Follow the instructions on the script, and enter 'y' when prompted.
- Once the installation has finished, you will need to reload your shell. This can be done by closing and opening a new tab, or running
$ source <path to your bash or zsh profile>
. - After reloading your shell, the project can be compiled by running
$ make
in the root directory.
Within the root directory run,
$ make
Within the root directory run,
$ make run
Within the root directory run,
$ make test