Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 524 Bytes

File metadata and controls

8 lines (5 loc) · 524 Bytes

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