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.
This is a Chess game built using python with pygame module for GUI. It has 2 playing mode either you can play against another human player or against AI. The AI was implemented using Minimax algorithm ...