Skip to content

gmittert/GemEngine

Repository files navigation

The Gem Chess Engine

A UCI compatible chess engine.

Build

cargo build --release --features nnue

The resulting binary can then be loaded by a UCI compatible interface such as Cute Chess.

Features

  • Lazy SMP Multi core search
  • Alpha beta search
  • PV Search
  • Zobrist hashing
  • Magic bit boards
  • xor-"lockless" Transposition Table
  • Iterative deeping search
  • Quiescence search
  • Static Exchange Evaluation
  • NNUE based evaluation

About

A Just for Fun Toy Chess Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published