riichienv-core 0.3.1

Japanese Mahjong (Riichi) game engine with MJAI protocol support
Documentation
mod agari;
pub mod errors;
pub mod hand_evaluator;
pub mod score;
mod tests;
pub mod types;
mod yaku;

pub mod action;
pub mod observation;
pub mod parser;
pub mod replay;
pub mod rule;
mod shanten;
pub mod state;
pub mod win_projection;
mod yaku_checker;

pub use hand_evaluator::check_riichi_candidates;