othello-with-ai
There are 16 repositories under othello-with-ai topic.
cwelt/Prolog-Othello-Game
Othello Game Application Implemented with Alpha-Beta Algorithm in SWI-Prolog's Logic Programming Language :chess_pawn:
srikanth7785/Othello_App_using_Flutter
A small Strategy Game that is developed with the basic knowledge of Flutter. Live on Play Store with 10K+ downloads along with 2K+ active installs.
andrey-kondratov/othello
A DOS-based Othello (Реверси) game, written using Borland C++ graphics driver. Supports PvP and PvC modes.
TERNION-1121/Othello-Reversi-Game
Othello/Reversi Game in Python3, equipped with GUI + AI Player, made using pygame.
Aseyed/Othello
A reversi game with AI.
efecanxrd/Othello-Game
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
quentinlegot/Othello
Othello is a strategy board game created in 1971 based on Reversi game. This game is an ai-ai battle only (alphabeta or negamax algorithm)
Developer-Mike/Minimax-Othello
An Othello bot made with LEGO Mindstorms.
johnlakk/Othello_Game
Machine Learning
ReconGit/py-othello-ai
MCTS and Minimax Alpha-beta pruning for Othello/Reversi in Python with benchmark
aurumcodex/othello.rs
othello bot implemented in Rust.
bushra-rafia/Othello-Reversi-AI-Game
I implemented this Othello or reversi AI (Artificial Intelligence) game in C++ language. This is my AI lab project. Here, I implemented its Human vs Computer player. [8x8 Board size]
Matovic/othello
An Othello game with visualization via command line and with a game bot using alpha–beta pruning algorithm over minimax.
verluci/reversi_bot-A4
A simple app to play othello and tick tack toe
yathartharora/Othello
A strategy game between the user and the Computer. Simple implication of AI