Skip to content

gmittert/GemEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Gem Chess Engine

A UCI compatible chess engine.

Build

cargo build --release

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

Features

  • Multi core search
  • Alpha beta search
  • Zobrist hashing
  • Magic bit boards
  • Lockless transposition tables
  • Iterative deeping search
  • Quiescence search
  • Static Exchange Evaluation

About

A Just for Fun Toy Chess Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published