Zolomon/reversi-ai
A text based python implementation of the Reversi game with an artificial intelligence as opponent.
This project lets you play the classic board game Reversi (also known as Othello) against a computer opponent directly in your computer's terminal. You type in your moves using standard chess notation (e.g., 'd3', 'h1'), and the game displays the board and the computer's response. It's designed for anyone who enjoys strategy games and wants to challenge an AI.
No commits in the last 6 months.
Use this if you want a simple, text-based way to play Reversi against an AI, directly from your command line.
Not ideal if you're looking for a graphical user interface, online multiplayer, or advanced game analysis features.
Stars
36
Forks
15
Language
Python
License
MIT
Category
Last pushed
Dec 10, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Zolomon/reversi-ai"
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
danijelaskov/expectiminimax-backgammon
A 2D JavaFX implementation of one of the most popular and old board games. The AI player's moves...
VelbazhdSoftwareLLC/IthakaBoardGame
Ithaka board game is played on a four by four square grid with three pieces in each of four colors.