BitBully 0.0.78
A fast, perfect-play Connect-4 engine in modern C++
Loading...
Searching...
No Matches
Python bindings

pybind11 layer exposing the engine to Python. More...

Files

file  bitbully_core.cpp
 pybind11 bindings exposing the C++ engine to Python.

Detailed Description

pybind11 layer exposing the engine to Python.

Defines the bitbully_core extension module which becomes BoardCore / BitBullyCore / OpeningBookCore on the Python side. Higher-level conveniences live in the bitbully Python package.