Skip to content

sgaflv/chessbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chessbot

Easy chess bot written in Rust

  • uses 64-bit bitboards with magic multiplications
  • simplistic board evaluation
  • simple min-max search for a fixed 4-plies depth with alpha-beta pruning

To try it out, compile with: cargo build --release

You will need winboard or xboard to play with it.

About

Easy chess bot written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published