JOptionPane.showMessageDialog(null, missatgeUsabilitat, "Com testejar", JOptionPane.INFORMATION_MESSAGE);
//creo els 4 jugadors
jugadors = new LinkedList<Jugador>();
for (int i = 0; i < 4; i++) {
jugadors.add(new Jugador()); //lhaure de definir judador per tenir més informació
}
//creo les 4 gui (hauria de passar informació dels jugadors..)
llistaGuis = new LinkedList<Gui>();