[][src]Crate goban

Exemple

Get legals moves and plays some random.

    use crate::goban::rules::*;
    use crate::goban::rules::game::*;

    let mut g = Game::new(GobanSizes::Nine, Rule::Chinese);

Modules

pieces

Module containing all the necessary for playing Go. The goban structure. The stone structure.

rules

Module for ruling in the game of go.