A Rust based chess engine.
Alpha
- Negamax with Alpha-Beta pruning.
- PeSTO evaluation function.
- Iterative deepening with PV table.
- Quiescence search.
- Transposition table.
Credits to the Honse Engine for helping me implement some core features.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Rust based chess engine.
Alpha
Credits to the Honse Engine for helping me implement some core features.