This project implements the classic board game Othello (also known as Reversi) using Python. It allows for two-player gameplay and also integrates the Minimax algorithm to provide an AI-based player.
Minimax algorithm is a backtracking like algorithm that focusses on decision making used in artificial intelligence, game theory, decision theory with the role of minimizing the possible loss for a ...