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.
-
Updated
Aug 10, 2022 - Dart
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.
Othello Game Application Implemented with Alpha-Beta Algorithm in SWI-Prolog's Logic Programming Language ♟️
A DOS-based Othello (Реверси) game, written using Borland C++ graphics driver. Supports PvP and PvC modes.
Othello/Reversi Game in Python3, equipped with GUI + AI Player, made using pygame.
This project is a digital implementation of the classic board game Othello (also known as Reversi). Players take turns placing black ⚫ and white ⚪ discs on an 8×8 board, flipping their opponent’s discs by trapping them in straight lines. The game ends when the board is full or no more moves are possible, and the player with the most discs wins! 🎮♟
A reversi game with AI.
The Moor of Venice is a strategy game inspired by Shakespeare's Othello. Immerse yourself in a historical setting, outwit opponents, and master the art of tactical gameplay.
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
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)
othello bot implemented in Rust.
An Othello game with visualization via command line and with a game bot using alpha–beta pruning algorithm over minimax.
Machine Learning
A strategy game between the user and the Computer. Simple implication of AI
An Othello bot made with LEGO Mindstorms.
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]
MCTS and Minimax Alpha-beta pruning for Othello/Reversi in Python with benchmark
Add a description, image, and links to the othello-with-ai topic page so that developers can more easily learn about it.
To associate your repository with the othello-with-ai topic, visit your repo's landing page and select "manage topics."