GameHistory constructor

GameHistory()

Constructs new GameHistory object with no moves played.

Implementation

GameHistory()
    : moves = <PlayedMove>[],
      futureMoves = <PlayedMove>[];