Merge pull request #86 from rubenpirreram/GUI

First implementation GUI
This commit is contained in:
rubenpirreram
2026-05-06 17:37:56 +02:00
committed by GitHub
39 changed files with 763 additions and 86 deletions
@@ -63,6 +63,7 @@ public class Game implements Serializable {
* The mapping between slots and the players assigned to them.
*/
private HashMap<Slot,Player> slotMap;
public HashMap<Slot,Player> getSlotMap() {return slotMap;};
/**
* The configured number of players for this game.