|
@ -24,6 +24,7 @@ public class GameService { |
|
|
public GameService(Game game) { |
|
|
public GameService(Game game) { |
|
|
this.game = game; |
|
|
this.game = game; |
|
|
this.game.setGameService(this); |
|
|
this.game.setGameService(this); |
|
|
|
|
|
this.game.getPlayerService().getPlayerList().getLast().setEnemy(true); |
|
|
fillDrawDeck(); |
|
|
fillDrawDeck(); |
|
|
shuffleDeck(); |
|
|
shuffleDeck(); |
|
|
setFirstCard(); |
|
|
setFirstCard(); |
|
|