[][src]Module hex_game::game

This file's Game struct represents a game of Hex.

Structs

Game

A game of Hex, with move history. Metadata about the game (players, ratings, etc.) comes from a GameMetadata struct: this simply captures the actual moves and whether the players swapped.