Tests modele et vue mélangé
This commit is contained in:
11
premierTests/Utils.java
Normal file
11
premierTests/Utils.java
Normal file
@@ -0,0 +1,11 @@
|
||||
import java.awt.Color;
|
||||
|
||||
public class Utils {
|
||||
public final static Color PLAYER_ONE_COLOR = Color.RED;
|
||||
public final static Color PLAYER_TWO_COLOR = Color.YELLOW;
|
||||
public final static int PLAYER_ONE = 0;
|
||||
public final static int PLAYER_TWO = 1;
|
||||
public static int PAWN_MARGIN = 10;
|
||||
public static int COLUMN_COUNT = 7;
|
||||
public static int ROW_COUNT = 6;
|
||||
}
|
||||
Reference in New Issue
Block a user