Skip to content

Nayshins/ocaml-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ocaml-Tic-Tac-Toe

Unbeatable Tic Tac Toe written in Ocaml

Setup

In order to run the included setup script, make sure you have homebrew installed on your computer. Instructions for installation can be found here.

Download the project

git clone https://github.com/Nayshins/ocaml-tic-tac-toe.git
cd Ocaml-Tic-Tac-Toe

Run the Install Script

Total install time takes 5-10 minutes

  1. Run $ ./setup.sh from the project root directory.
  2. Follow the instructions on the script, and enter 'y' when prompted.
  3. 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>.
  4. After reloading your shell, the project can be compiled by running $ make in the root directory.

To Compile

Within the root directory run,

$ make

To Play

Within the root directory run,

$ make run

Test

Within the root directory run,

$ make test

About

Unbeatable Tic Tac Toe written in OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published