alpha-beta topic

List alpha-beta repositories

raven-checkers

24
Stars
10
Forks
Watchers

An open-source checkers game with a computer-based AI, written with Python and Tkinter.

JePyChess

22
Stars
8
Forks
Watchers

Simple Python Chess Program

othello-prolog

15
Stars
5
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

39
Stars
13
Forks
Watchers

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

alpha-beta-pruning-minmax-checkers

18
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

23
Stars
1
Forks
Watchers

Strong UCI Chess Engine written in C++17 (Not C, GitHub!!!)