Skip to content

Pure Rust russian checkers. Uses NegaScout search algorithm with hash tables, and bitboard technique.

License

Notifications You must be signed in to change notification settings

DIvAndrey/checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pure Rust russian checkers. Uses NegaScout search algorithm with hash tables, and bitboard technique.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published