Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 446 Bytes

checkers

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

plot plot plot

Note: The program considers game a draw if kings made 15 moves without captures. Original rules are slightly different.