/Game-theory_minimax_alpha_beta_prunning

This project is about implementing the Minimax alpha beta pruning method (maybe more) of taking a playing decision on a type of games like Othello

Primary LanguagePython

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.

How to use

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