hexchess 2.2.0-alpha.1

A library for Gliński's hexagonal chess, and the brain of hexchess.club
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod board_traversal;
mod check_checkmate_stalemate;
mod current_moves;
mod find_king;
mod get_color;
mod get;
mod graph_traversal;
mod hexchess_apply_move_unsafe;
mod hexchess_apply;
mod hexchess_is_threatened;
mod hexchess_parse;
mod hexchess_to_string;
mod move_legality;
mod moves_from_unsafe;
mod moves;
mod positions;
mod san_parse;
mod san_to_string;