Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 474 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 474 Bytes

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.