merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
Showing only changes of commit 44f893ccef - Show all commits

View File

@@ -65,6 +65,7 @@ public Game() {
drawPile.add(BonusCard.SHIELD); drawPile.add(BonusCard.SHIELD);
} }
board = new Board(); board = new Board();
die = new Die();
} }
/** /**