#Chess-ai
Showing 11 of 11 repositories tagged #chess-ai, ranked by stars
Sunfish: a Python Chess Engine in 111 lines of code
Open source neural network chess engine with GPU acceleration and broad hardware support.
Competitive chess engine written in Rust
Record a chess game live and upload the PGN to Lichess
UCI Chess Engine
Go (Golang) chess library: move generation with bitboards, PGN/FEN, UCI/Stockfish, opening books, image generation. Well-tested & fast.
A C# Chess Engine Finding Good Moves.
A top superhuman chess engine made in c++
Implemented with a simple min-max tree of two depth
A C++ project in which you can play chess against an AI that uses alpha-beta pruning to predict the optimal move.
A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asynchronous GPU use, and vectorized CPU computations.