Othello Game (Also known as Reversi). It was created with the Minimax algorithm (Alpha-Beta pruning). Allows Human-AI, AI-AI, RandomPlayer-AI, RandomPlayer-Human interplay
-
Updated
May 14, 2022 - Python
Othello Game (Also known as Reversi). It was created with the Minimax algorithm (Alpha-Beta pruning). Allows Human-AI, AI-AI, RandomPlayer-AI, RandomPlayer-Human interplay
Othello/Reversi Game in Python3, equipped with GUI + AI Player, made using pygame.
MCTS and Minimax Alpha-beta pruning for Othello/Reversi in Python with benchmark
Implementation of the classic board game Othello (also known as Reversi). It features a full graphical user interface (GUI) built with Pygame and an intelligent AI opponent powered by the Alpha-Beta Pruning algorithm.
An Othello bot made with LEGO Mindstorms.
Add a description, image, and links to the othello-with-ai topic page so that developers can more easily learn about it.
To associate your repository with the othello-with-ai topic, visit your repo's landing page and select "manage topics."