Skip to content

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

License

Notifications You must be signed in to change notification settings

nloyolag/connect4-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages