I made several trials but nothing works. Blows there is the last trial but it also doesn't work. Any clue how to solve? // if (!gameField[y][x].isOpen){ // return; // } // else if (gameField[y][x].isFlag || gameField[y][x].isMine){ // return; // } // else if (isGameStopped == true){ // gameField[y][x].isOpen = false; // }