alpha-beta topic
List
alpha-beta repositories
raven-checkers
26
Stars
10
Forks
Watchers
An open-source checkers game with a computer-based AI, written with Python and Tkinter.
othello-prolog
16
Stars
6
Forks
Watchers
:scroll: A fully functional Othello (Reversi) game, with several AIs, made in prolog for swipl.
MiniMax-TicTacToe-Java
25
Stars
12
Forks
Watchers
MiniMax algorithm applied to Tic Tac Toe.
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.
peacekeeper
24
Stars
1
Forks
Watchers
Strong UCI Chess Engine written in C++17 (Not C, GitHub!!!)