public void RestartGameSession()
    {
        victoryText.text = "";
        tileMapGenerator.GenerateTileMap();

        _turnCounterValue    = 0;
        turnCounterText.text = _turnCounterValue.ToString();
    }