minmax-algorithm topic

List minmax-algorithm repositories

Cpp-Gomoku-with-AI

64
Stars
22
Forks
Watchers

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

15
Stars
7
Forks
Watchers

A simple but smart TicTacToe game made using Flutter

checkers

40
Stars
14
Forks
Watchers

A game of checkers written using minmax algorithm and alpha-beta pruning.

alpha-beta-pruning-minmax-checkers

19
Stars
1
Forks
Watchers

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.

bobby

22
Stars
13
Forks
Watchers

Chess game

Bridge-AI

15
Stars
5
Forks
Watchers

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

18
Stars
15
Forks
Watchers

Unbeatable Tic Tac Toe game in java with gui