rust_reversi_core 1.0.2

A Rust library for the game of Reversi including AI players and arena for playing games.
Documentation
1
2
3
4
pub mod arena;
pub mod board;
pub mod search;
pub mod utils;