internal void Redo() { if (IsGameOver) { return; } MoveCount++; _polygame.RedoMove(); UpdatePieces(); }