James-QiuHaoran/Othello
Othello game (versus computer AI agent) implemented in Python. Try to see whether you can beat it!
This project lets you play the classic board game Othello (also known as Reversi) against a computer opponent. You interact directly with the game board, making moves to capture your opponent's pieces, and the computer responds with its own moves. It's designed for anyone who enjoys strategy board games and wants to challenge themselves against an AI.
No commits in the last 6 months.
Use this if you want to play a quick game of Othello against a computer opponent on your desktop.
Not ideal if you're looking for an online multiplayer Othello game or a version with advanced strategic analysis features.
Stars
10
Forks
6
Language
Python
License
MIT
Category
Last pushed
Feb 24, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/James-QiuHaoran/Othello"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Scriptim/Abalone-BoAI
A Python implementation of the board game Abalone intended to be played by artificial intelligence
in-op/GameAI
Various C# implementations of game AI
arminkz/Reversi
Artificial intelligence of the Reversi / Othello
Zolomon/reversi-ai
A text based python implementation of the Reversi game with an artificial intelligence as opponent.
danijelaskov/expectiminimax-backgammon
A 2D JavaFX implementation of one of the most popular and old board games. The AI player's moves...