/connect4-ai

Implementation of an AI program for a Connect 4 game using the min-max algorithm.

Primary LanguagePython

connect4-ai

Implementation of an AI program for a Connect 4 game using the min-max algorithm.

Required installations

sudo apt-get install python-numpy

How to run the program

Download the repository, and run the following command

python connect4.py

To run the tests:

python tests.py

Assignment Report

The report can be found in the repository as a PDF file.