minmax-algorithm topic
Cpp-Gomoku-with-AI
C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerfu...
tictactoe-flutter
A simple but smart TicTacToe game made using Flutter
checkers
A game of checkers written using minmax algorithm and alpha-beta pruning.
alpha-beta-pruning-minmax-checkers
Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.
Bridge-AI
In this project we try to create a sophisticated computer agent to play the Contact Bridge card game. Our goal is to develop an agent that is tough to play against, with fast reaction time so it is ab...
Tic-Tac-Toe
Unbeatable Tic Tac Toe game in java with gui