alpha-beta-pruning topic
connect-four-js
Minimax and Alpha-Beta Pruning implementations in JavaScript
Unity-3D-AI-Chess
Minor Project: The Chess is very well known in domain of Game AI. So is demonstrated using Minimax & Alpha-beta pruning algorithms
2048-solver
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
A simple chess engine written in C and parallelized using OpenMP
alpha-beta-pruning-minmax-checkers
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
NNUE chess engine that never had an HCE
alpha-beta-chess
Eclipse RCP chess app with an AI based on alpha-beta pruning & iterative deepening.
Chess
A Chess which can be played as an 2 player game or vs a Bot.
peacekeeper
Strong UCI Chess Engine written in C++17 (Not C, GitHub!!!)