shhivv / deltoid

Chess Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Deltoid

A Rust based chess engine.


Versions

Alpha

  • Negamax with Alpha-Beta pruning.
  • PeSTO evaluation function.
  • Iterative deepening with PV table.
  • Quiescence search.
  • Transposition table.

Acknowledgment

Credits to the Honse Engine for helping me implement some core features.

About

Chess Engine


Languages

Language:Rust 100.0%