Crates.io | konig |
lib.rs | konig |
version | 0.1.5 |
source | src |
created_at | 2023-11-12 22:32:41.517955 |
updated_at | 2023-11-23 01:05:50.108128 |
description | A chess engine built to support variants and custom implementations. |
homepage | |
repository | https://github.com/eikopf/konig |
max_upload_size | |
id | 1033069 |
size | 103,614 |
Oder
koenig
? Weiß ich nicht.
A Rust-based chess engine, built to support custom implementations and chess variants. In general, it should be just as easy to implement standard chess, hex chess, or an infinite chess board with the traits and definitions in this crate.
TODO
s for v0.2.0
konig::core
.konig::standard
konig::core
.TODO
, i.e., DON'T USE THIS LIBRARY YET.
It's still very unfinished; I expect usage of this crate to be reasonable by the release of v0.2.0
.