c4-e5-chess

Crates.ioc4-e5-chess
lib.rsc4-e5-chess
version0.2.3
sourcesrc
created_at2023-05-18 18:54:00.652492
updated_at2024-08-27 15:24:49.854573
descriptionC4-E5 Chess is a UCI compatible chess engine based on the move generator in crate Chess. These features are provided: Parallelised iterative depthening, late move pruning, principal variant search, transposition table.
homepage
repositoryhttps://github.com/TintifaxTheGreat/c4-e5-chess
max_upload_size
id868241
size93,427
Eugen Lindorfer (TintifaxTheGreat)

documentation

README

C4-E5 Chess

Rust Build Clippy Analyse

C4-E5 Chess is a UCI compatible chess engine based on the move generator in crate Chess.

These features are provided:

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

At the time being, the focus was on simplicity and certainly there is a lot of potential in improvments in terms of playing strength.

Documentation

https://docs.rs/c4-e5-chess/0.2.3

Commit count: 120

cargo fmt