Type Alias Stone

Source
pub type Stone = Point;
Expand description

An SGF Stone value for the Game of Go.

Aliased Type§

pub struct Stone {
    pub x: u8,
    pub y: u8,
}

Fields§

§x: u8§y: u8