Forenkler skjermer og fjerner en bug som gjorde at knapper hang fast

This commit is contained in:
2020-04-23 15:27:48 +02:00
parent 8676434326
commit 5f3c84e842
14 changed files with 60 additions and 136 deletions

View File

@@ -24,6 +24,7 @@ public class RoboRallyGame implements DrawableGame, InteractableGame {
private final boolean host;
private final String playerName;
private final RoboRallyServer server;
private final Phase phase;
private Board gameBoard;
private List<BoardElementContainer<Tile>> repairTiles;
private Deck<ProgrammingCard> mainDeck;
@@ -31,7 +32,6 @@ public class RoboRallyGame implements DrawableGame, InteractableGame {
private String winningPlayerName;
private List<ProgrammingCard> program;
private ProgrammingCardDeck playerHand;
private final Phase phase;
/**
* Instantiates a new Robo Rally game