Skip to content

mkandalf/crust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crust

Overview

Crust is a simple Chess engine written in Rust.

Features

  • Bitboard Based Board Representation
  • Magic Bitboards for Sliding Piece Move Generation
  • Alpha-Beta Search
  • Iterative Deepening
  • Quiescence Search
  • Transposition Table
  • Aspiration Windows
  • Killer Move Heuristic
  • Material and Piece-Square Based Evaluation

Planned

  • Static Exchange Evaluation
  • Mobility and Pawn Structure Evaluation Terms
  • Negascout/PVS
  • Null Move Pruning

Build

Simply run cargo build --release && ./target/release/crust. To run a simple benchmark, run cargo bench (this may take a little while).

About

Chess Engine in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages