Expand description
The most fundamental data types and whatnot for cetkaik, a board game. See https://sites.google.com/view/cet2kaik/the-standardized-rule-in-english for more context. /机戦(セットカイク)のための最も基本的なデータ型など。
Re-exports§
pub use color::*;
pub use color_and_prof::*;
pub use profession::*;
pub use absolute_side::*;
pub use pure_move::*;
Modules§
- absolute_
side - Denotes the absolute side:
ASide
vs.IASide
/ 絶対座標での陣営 (ASide
vs.IASide
) を表す。 - color
- Denotes the color of a piece/駒の色を表す。
- color_
and_ prof - Denotes the combination of a color and a profession. / 駒の色と職業を表す。
- profession
- Denotes the profession of a piece/駒の職業を表す。
- pure_
move - Describes a move. /指した手を表す。