About
Two board games. One Rust engine.
Gameboard is a board-first playground for strategy bots. Wall Chess and International Draughts share the same Rust search core, then run in the browser through WebAssembly.
Wall Chess is the mature game: a 9×9 pawn race where walls shape the path. The strongest current bot is alpha-beta search with a tuned evaluator and browser-safe node budget.
International Draughts is the second game on the platform. The board uses the Rust/WASM engine for mandatory maximal capture, flying kings, promotion rules, terminal status, and bot analysis.
The ML trainer remains part of the project, but it is not the whole product. Python/PyTorch handles policy-value experiments; Rust owns the playable engine and search behavior.