Reversi(Othello) game in python with ai opponent
-
Updated
Jan 23, 2021 - Python
Reversi(Othello) game in python with ai opponent
A graphical and an interesting Othello (Reversi) chess game environment ideal for Reinforcement Learning
A Smart Agent using reinforcement learning with CNN + MCTS to learn to play Othello/Reversi
Othello/Reversi Game in Python3, equipped with GUI + AI Player, made using pygame.
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
Simple Othello Game PvP in console using python.
Discover the potential of AI with projects showcasing Logistic Regression for classification and an advanced Reversi Algorithm. Explore practical applications and insights into the world of machine learning. 🤖📈🎮
OthelloGameBoard made with Python
Artificial Intelligence : The rules of the Reversi game can be found at http://en.wikipedia.org/wiki/Reversi and interactive examples can be found at http://www.samsoft.org.uk/reversi/ . In the Othello version of this game, the game begins with four pieces (two black, two white) placed right in the middle of an 8x8 grid, with the same-colored pi…
Add a description, image, and links to the reversi-game topic page so that developers can more easily learn about it.
To associate your repository with the reversi-game topic, visit your repo's landing page and select "manage topics."