vista.deshabilitarTablero();
this.gameStarted = false;
if (!resueltoPorSistema){
vista.showInfoMessage("Felicitaciones a finalizado el juego Correctamente");
configuration.setNamePlayer(vista.getPlayerName());
player = new Jugador(configuration,partida);
topTen.addJugada(player);
}
this.resueltoPorSistema = false;
}
}