quantik-core 1.1.0

High-performance Quantik board game engine: bitboard state, QFEN notation, canonical symmetry-reduced keys, and minimax/MCTS/beam-search engines. Rust companion to the Python quantik-core package.
Documentation

quantik-core

High-performance Rust engine for the Quantik board game: bitboard state, QFEN notation, canonical symmetry-reduced keys, and minimax/MCTS/beam-search engines.

Rust companion to the Python quantik-core package — same core model (a tiny bitboard state, QFEN for human-readable positions, canonical binary keys for search caches and databases), byte-compatible canonical keys across both languages. See the repository README for guidance on choosing between the two.

See the full repository documentation for everything else, and docs/BENCHMARKS.md for cross-engine performance data.

License

MIT