Crates.io | c4-e5-chess |
lib.rs | c4-e5-chess |
version | 0.2.3 |
source | src |
created_at | 2023-05-18 18:54:00.652492 |
updated_at | 2024-08-27 15:24:49.854573 |
description | C4-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 | |
repository | https://github.com/TintifaxTheGreat/c4-e5-chess |
max_upload_size | |
id | 868241 |
size | 93,427 |
C4-E5 Chess is a UCI compatible chess engine based on the move generator in crate Chess.
These features are provided:
At the time being, the focus was on simplicity and certainly there is a lot of potential in improvments in terms of playing strength.