/connect-4

The game of Connect Four, written in OCaml.

Primary LanguageOCaml

connect-4

The game of Connect Four, written in OCaml.

Installation

This game plays through a Makefile, so Windows users will need to use WSL.

Required OCaml packages: ocamlbuild, ocamlfind

Directions

  1. Install OCaml
  2. Install required packages
  3. Download and unzip the files

Running the game

In the directory with your terminal, type make play.

Features

Play with another player:

Or against the computer:

Four levels of computer difficulty:

  • Easy
  • Medium
  • Hard
  • Extreme