|
@ -4,10 +4,10 @@ public class Game |
|
|
{ |
|
|
{ |
|
|
public Figure[] mField; |
|
|
public Figure[] mField; |
|
|
|
|
|
|
|
|
public static final int whiteRowOther = 0; |
|
|
|
|
|
public static final int whiteRowFarmer = 1; |
|
|
|
|
|
public static final int blackRowOther = 6; |
|
|
|
|
|
public static final int blackRowFarmer = 7; |
|
|
|
|
|
|
|
|
public static final int whiteRowOther = 7; |
|
|
|
|
|
public static final int whiteRowFarmer = 6; |
|
|
|
|
|
public static final int blackRowOther = 0; |
|
|
|
|
|
public static final int blackRowFarmer = 1; |
|
|
|
|
|
|
|
|
public void initNewGame() |
|
|
public void initNewGame() |
|
|
{ |
|
|
{ |
|
|