Crates.io | bughouse |
lib.rs | bughouse |
version | 0.0.11 |
source | src |
created_at | 2021-06-17 15:58:25.173047 |
updated_at | 2021-08-01 21:55:37.050372 |
description | This is a bughouse (2v2 Chess) library for tracking game state and validating legal moves |
homepage | https://github.com/jrwats/bughouse |
repository | https://github.com/jrwats/bughouse |
max_upload_size | |
id | 411405 |
size | 34,053 |
This library handles the process of move validation and game state.
It's current intended downstream use case is for a Bughouse UI.
It does not yet support move generation. Nor does it keep track of clock times, so it won't support an engine out of the box just yet