bitboard-chess-engine
There are 19 repositories under bitboard-chess-engine topic.
vinc/littlewing
Chess engine written in Rust ♛
MattEstHaut/Victoire
A UCI chess engine written in Zig.
mkd/gargantua
UCI chess engine with NNUE evaluation
pawan-nirpal-031/ChessProgrammingC-
A chess playing program written in C++, This will include some AI search algorithms and Game theory algorithms as it progresses.
Babak-SSH/Kojiro
A simple UCI Chess Engine
zmeadows/feldspar_rust
A bitboard MCTS chess engine written in Rust.
ChessRealms/ChessEngine
Simple, well performed and enough optimized C#/.NET bitboard chess engine.
clikuki/chessJS
An unfinished chess engine using bitboards
dervism/terminal-aichess
A Java implementation of Chess using bitboards.
erosten/Bengal
Bengal - A traditional chess engine written in python, play me on Lichess!
FredrikErikJohansson/chess-ai
Chess engine implemented from scratch in C++. Made in the course TNM095 Artificial Intelligence for Interactive Media at Linköping University.
LesterEvSe/AteNika
Chess Engine
miles90d/chessxd
big endian rank-file mapping bitboard piece centric chess logic engine in java, with a horrible misuse of enums, don't look to as example xd. Made by looking at logic in https://www.youtube.com/playlist?list=PLmN0neTso3Jxh8ZIylk74JpwfiWNI76Cs
Ozzyz/capablanca
Work in progress chess engine
FaydSpeare/CelesteChess
Optimised Alpha-Beta Chess Engine with quiescence search and time manager. Move generation is done using bitboards.
florinradulescu41/XBoard
AI Chess Engine
stefanoskapa/amadeus
A UCI chess engine
tmacksf/TtCE
A chess engine written in C++ using bitboard based board representation.