Struct joseki::Game [] [src]

pub struct Game { /* fields omitted */ }

Methods

impl Game
[src]

[src]

Creates a new game with an empty board state.

[src]

Creates a new game from a string representation of the board state.

[src]

Creates a game from a given SGF file.

[src]

Places stone at (x, y), returning true if it was successful (respecting the ko rule).

Trait Implementations

impl Clone for Game
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Game
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Game
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for Game
[src]

[src]

Formats the value using the given formatter. Read more