Implementation of an AI program for a Connect 4 game using the min-max algorithm.
sudo apt-get install python-numpy
Download the repository, and run the following command
python connect4.py
To run the tests:
python tests.py
The report can be found in the repository as a PDF file.