hexchess 2.5.1

A library for Gliński's hexagonal chess, and the brain of hexchess.club
Documentation
1
2
3
4
5
/// Empty game position
pub const EMPTY_POSITION: &str = "1/3/5/7/9/11/11/11/11/11/11 w - 0 1";

/// Initial game position
pub const INITIAL_POSITION: &str = "b/qbk/n1b1n/r5r/ppppppppp/11/5P5/4P1P4/3P1B1P3/2P2B2P2/1PRNQBKNRP1 w - 0 1";