eigenfoo/otto-othello
Othello/Reversi AI - minimax search with alpha beta pruning
This Othello/Reversi AI helps you practice and improve your game by playing against a strong computer opponent directly in your terminal. You can start a new game or load a saved board state, and the AI will make calculated moves. Anyone who enjoys playing Othello or wants to sharpen their strategic skills can use this.
No commits in the last 6 months.
Use this if you want to play a challenging game of Othello against an AI that employs advanced strategic thinking.
Not ideal if you prefer a graphical user interface or are looking for an AI that can learn from your playstyle over time.
Stars
10
Forks
5
Language
C++
License
MIT
Category
Last pushed
Dec 13, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/eigenfoo/otto-othello"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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...