minimax-search topic
List
minimax-search repositories
Chess-Shader-With-Artificial-Intelligence
47
Stars
4
Forks
Watchers
Implemented with a simple min-max tree of two depth
minimax4j
27
Stars
7
Forks
Watchers
A generic JAVA implementation of the Minimax algorithm (and derivated...)
gomoku-ai-minimax
38
Stars
12
Forks
Watchers
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning
tic-tac-toe
23
Stars
8
Forks
Watchers
:video_game: 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。
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.