pub type Stone = Point;
An SGF Stone value for the Game of Go.
pub struct Stone { pub x: u8, pub y: u8, }
x: u8
y: u8