Skip to content

matthiasgreen/chester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-engine

Chess engine for educational purposes, written in Rust. Currently around 2000 ELO.

Features/Choices

  • Bitboard representation
  • Pseudo-legal move generation
  • Alpha-beta pruning
  • Quiescence search
  • Transposition table (WIP)
  • Evaluation function (WIP)

Compiling to WebAssembly

wasm-pack build

Install with npm

npm i https://github.com/matthiasgreen/chess-engine/releases/latest/download/chess-engine-0.1.0.tgz

About

Chess engine for educational purposes, written in Rust.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages