70 results for “topic:bitboards”
Chess representation written in Erlang using Bitboards, ready for use on game servers
C# chess library containing a complete data structure and move generation.
UCI Chess engine written in C++11
A fast chess library that use bitboards to play chess with Ruby
C++ UCI chess engine
Chessengine written in Java
UCI chess engine written in Rust, the successor of Proxima b, Proxima b 2.0 and Cosette.
A Monte Carlo Tree Search AI for the game 2048
UCI chess engine written in C# for .NET platform.
Python chess engine compiled with Numba (from 7300 to 1500000 nodes/second)
Learning Go by implementing a Chess Engine
Just another chess engine on magic bitboards. Written in C++17.
A C++ Ataxx library to handle move generation, move validation, and other aspects of the board game Ataxx
An advanced AI to play the 2-player board game Othello
Chess logic - using Bitboards! quick move generation and game state checks
A UCI chess engine written in Java.
A full-fledged chess game featuring a built-in AI opponent.
UCI chess engine
A 2048 AI, written in C++ using an ASCII interface and the Expectimax algorithm.
Chess game with my custom made 'Enigma chess engine'. Contains both an in Console and Pygame version available (check documentation below for more info).
A chess model written in Python
Chess engine implemented with bitboards / plain magic bitboards. Board rendered with SFML.
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
A CECP amateur chess engine
My pet chess engine
♜ A classical chess engine, written in Rust 🦀
Chess engine written in Rust (WIP)
A simple board game, playable against your computer in a terminal.
JavaScript chess move generator with strictly legal moves. Integrated check/checkmate/stalemate detection. Two implementations: x88 & Bitboards. Tactical analysis: captures, hanging pieces, safe squares. UCI engine. Perft validated. 7M NPS performance.
A UCI chess engine