bughouse 0.0.11

This is a bughouse (2v2 Chess) library for tracking game state and validating legal moves
Documentation
1
2
3
4
5
6
7
# 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