This project is about implementing the Minimax alpha beta pruning methode of taking a playing decision on a type of games like Othello. To understand the game : Othello.
The only file you need to run is Othello.py. The algorithm is in the file "Minimax_alpha_beta_pruning.py". Go check the report