Skip to content

vincentxwang/rchess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rchess

rchess is a Rust-based chess engine that runs in the command line started as a hobby.

Features

  • Move generation
  • Alpha-beta search
  • Transcription tables and Zobrist hashing
  • Material and piece-square value evaluation

Usage

Build the executable by navigating to the root folder, then run cargo build --release. The executable will be built in rchess/target/release.

Alternatively, navigate to the root folder, then run cargo run --release.

About

Rust-based chess engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages