chess-ai-engine
There are 13 repositories under chess-ai-engine topic.
vesta-66/chess-bot
#1 Automatic Chess Calculator - Chess BOT X
arasgungore/chess-bot
A C++ project in which you can play chess against an AI that uses alpha-beta pruning to predict the optimal move.
paulsonkoly/chess-2
Chess engine
SinuxLee/jschess
javascript 版本中国象棋,网页可单独运行
diamantis-rafail-papadam/Tuc_Chess_AI
This is an assignment I completed as an undergraduate student in a team of 2 members.
Dragjon/Chess-Ai-Training
Chess ai training using tensorflow based on IAmEthanMai's code on github https://github.com/iAmEthanMai/chess-engine-model
Belhoussine/Magnus
An A.I powered chess engine.
dirdr/ChessAI
A python alpha-beta pruining Chess ai
stylextv/bookmark
📚♟️ A small but fast chess engine.
stylextv/lila
📚♟️ UCI chess engine.
ec25p5e/ChessGame
Gioco degli scacchi in Java
erosten/Bengal
Bengal - A traditional chess engine written in python, play me on Lichess!
Jai0212/AI-Chess-Engine
A customizable chess game which allows you to play human vs human, computer vs human and computer vs computer. The computer AI is implemented through the MiniMax algorithm and enhanced with Alpha-Beta pruning