[][src]Module goban::pieces::goban

Module with the goban and his implementations.

Structs

Goban

Represents a Goban. With an array with the stones encoded in u8. and the size. only square boards are possible for the moment.