Struct tak::game::Game [] [src]

pub struct Game { /* fields omitted */ }

Methods

impl Game
[src]

Checks for the winner via a flat win

Counts the number of pieces laid, and if either player is out of pieces, then tallies the points to determine the winner

Trait Implementations

impl Clone for Game
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Game
[src]

Formats the value using the given formatter.

impl Decodable for Game
[src]

Deserialize a value using a Decoder.

impl Encodable for Game
[src]

Serialize a value using an Encoder.

impl Display for Game
[src]

Formats the value using the given formatter. Read more