Russian draughts (checkers) game written in Rust. Uses NegaScout search algorithm, hash tables, bitboards and magic numbers to calculate bot moves.
You can play this game online on github pages.
Gameplay
Note: The program considers game a draw if kings made 15 moves without captures. Original rules are slightly different.