BitBully 0.0.78
A fast, perfect-play Connect-4 engine in modern C++
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 Board representationBitboard layout, move generation, threats, and serialization
 Search engineNegamax / alpha-beta / MTD(f) drivers and helpers
 Opening book and endgame tablesPre-computed score lookups consulted before the search
 UtilitiesSmall helpers used by the rest of the engine
 Python bindingsPybind11 layer exposing the engine to Python