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 c1fa679261 - Show all commits

View File

@@ -12,6 +12,7 @@ public class Resources {
* Create Resources constants. * Create Resources constants.
*/ */
public static final int MAX_PLAYERS = 4; public static final int MAX_PLAYERS = 4;
public static final int MAX_PIECES = 4;
/** /**
* The resource bundle for the MDGA game. * The resource bundle for the MDGA game.