c4-e5-chess 0.3.0

C4-E5 Chess is a UCI compatible chess engine based on the move generator in crate cozy-chess. These features are provided: Parallelised iterative depthening, late move pruning, principal variant search, transposition table.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# C4-E5 Chess

[![Rust Build](https://github.com/TintifaxTheGreat/c4-e5-chess/actions/workflows/rust.yml/badge.svg)](https://github.com/TintifaxTheGreat/c4-e5-chess/actions/workflows/rust.yml)
[![Clippy Analyse](https://github.com/TintifaxTheGreat/c4-e5-chess/actions/workflows/rust-clippy.yml/badge.svg)](https://github.com/TintifaxTheGreat/c4-e5-chess/actions/workflows/rust-clippy.yml)

C4-E5 Chess is a [UCI](http://wbec-ridderkerk.nl/html/UCIProtocol.html) compatible chess engine based on the move generator in crate [cozy-chess](https://github.com/analog-hors/cozy-chess).

These features are provided:

- Iterative depthening (parallelised)
- Late move pruning
- Principal variant search
- Null move pruning
- Transposition table

## Documentation
https://docs.rs/c4-e5-chess/0.3.0