Skip to content

Made as an assignment for the course EDAP01 - Artificial Intelligence. Implements the Minimax algorithm with alpha-beta pruning in order to win against a computer opponent

Notifications You must be signed in to change notification settings

Ossiam/Connect4-with-Minimax-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Connect4-with-Minimax-algorithm

In order to run the program you need Python 3 installed on your system. You then need to import the following Python packages:

• pip install requests
• pip install numpy
• pip install gym
• pip install pygame
• pip install argparse

You can then launch the program using the following command line: python3 skeleton.py -h

About

Made as an assignment for the course EDAP01 - Artificial Intelligence. Implements the Minimax algorithm with alpha-beta pruning in order to win against a computer opponent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages