bitboards
There are 53 repositories under bitboards topic.
DOBRO/binbo
Chess representation written in Erlang using Bitboards, ready for use on game servers
rudzen/ChessLib
C# chess library containing a complete data structure and move generation.
GunshipPenguin/shallow-blue
UCI Chess engine written in C++11
pioz/chess
A fast chess library that use bitboards to play chess with Ruby
gekomad/Cinnamon
C++ UCI chess engine
sandermvdb/chess22k
Chessengine written in Java
Tearth/Inanis
UCI chess engine written in Rust, the successor of Proxima b, Proxima b 2.0 and Cosette.
thomasahle/mcts-2048
A Monte Carlo Tree Search AI for the game 2048
Tearth/Cosette
UCI chess engine written in C# for .NET platform.
Avo-k/black_numba
Python chess engine compiled with Numba (from 7300 to 1500000 nodes/second)
alex65536/sofcheck
Just another chess engine on magic bitboards. Written in C++17.
frankkopp/FrankyGo
Learning Go by implementing a Chess Engine
kz04px/libataxx
A C++ Ataxx library to handle move generation, move validation, and other aspects of the board game Ataxx
lukazsdev/horowitz
UCI-compatible chess engine.
kjda/chess-on-go
Chess logic - using Bitboards! quick move generation and game state checks
RodneyShag/Othello
An advanced AI to play the 2-player board game Othello
Heiaha/WeiawagaJ
A UCI chess engine written in Java.
chrisvander/2048-Expectimax
A 2048 AI, written in C++ using an ASCII interface and the Expectimax algorithm.
simonwuelker/Kaola
UCI chess engine
codyjk/RustChess
♜ A classical chess engine, written in Rust 🦀
derrandz/chejsspp
A chess game written in C++, transcompiled to JS to run in the browser as a wiki project to help anyone interested in learning Emscripten
M0r13n/chess
A chess model written in Python
TimosPal/Chess-Engine-GUI
Chess engine implemented with bitboards / plain magic bitboards. Board rendered with SFML.
allfre2/nino
A CECP amateur chess engine
golmman/uisge
A simple board game, playable against your computer in a terminal.
CatalinFrancu/colibri
An antichess engine with bitboards, 5-man endgame tables and proof number search.
JLErvin/purple
A UCI chess engine
rv178/kage
Chess engine written in Rust (WIP)
aangeliayello/cheesser
My first chess bot - Bitboard, Alpha-Beta Prunning, Zobrist hashing - ELO 900-1000
alex65536/dodecahedron
A simple chess engine that uses alpha-beta pruning and bitboards
FaydSpeare/Checkers
Strong Aritifical Intelligence for Checkers created using Upper Confidence Tree algorithm with GUI.
nikolausrauch/checkily
UCI Chess Engine / Move Generation / Gui
stwe/SgChess
A Java chess engine.
Tearth/Fast-Magic-Bitboards
Implementation of magic bitboards to use in chess engines (with optimized functions for MSVC).
TimosPal/NNUE-Bitboard-Chess-Engine
Bitboard chess engine that uses an NNUE model for node evaluation inside a PVS search. Move tables and plain magic bitboards are used for move generation