bughouse

Crates.iobughouse
lib.rsbughouse
version0.0.11
sourcesrc
created_at2021-06-17 15:58:25.173047
updated_at2021-08-01 21:55:37.050372
descriptionThis is a bughouse (2v2 Chess) library for tracking game state and validating legal moves
homepagehttps://github.com/jrwats/bughouse
repositoryhttps://github.com/jrwats/bughouse
max_upload_size
id411405
size34,053
John Watson (jrwats)

documentation

README

A Bughouse Library In Rust

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

Commit count: 37

cargo fmt