alpha-beta-pruning topic

List alpha-beta-pruning repositories

connect-four-js

21
Stars
5
Forks
Watchers

Minimax and Alpha-Beta Pruning implementations in JavaScript

Unity-3D-AI-Chess

24
Stars
6
Forks
Watchers

Minor Project: The Chess is very well known in domain of Game AI. So is demonstrated using Minimax & Alpha-beta pruning algorithms

2048-solver

21
Stars
0
Forks
Watchers

A set of AIs for the 2048 tile-merging game. Includes an expectimax strategy that reaches 16384 with 34.6% success and an ML model trained with temporal difference learning.

parallel_chess_engine

18
Stars
1
Forks
Watchers

A simple chess engine written in C and parallelized using OpenMP

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.

frozenight

21
Stars
2
Forks
Watchers

NNUE chess engine that never had an HCE

alpha-beta-chess

15
Stars
1
Forks
Watchers

Eclipse RCP chess app with an AI based on alpha-beta pruning & iterative deepening.

Chess

15
Stars
3
Forks
Watchers

A Chess which can be played as an 2 player game or vs a Bot.

peacekeeper

24
Stars
1
Forks
Watchers

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