#define ROW 400 /* columns in the map */
#define COLUMN 100 /* rows of in the map */
-#define ROUNDS 1000 /* Number of moves by each player */
+#define ROUNDS 2000 /* Number of moves by each player */
#define PLAYERS 20 /* Number of Players when num Players != num of client machines */
#define RATI0 0.5 /* Number of lumberjacks to number of planters */
#define BLOCK 3 /* Area around the gamer to consider */
cpp ${MAINCLASS}.java > tmp1${MAINCLASS}.java
./extractLines
../../../../buildscript ${FLAGS1} -o Game ${SRC}
- ../../../../buildscript ${DSMFLAGS} -o GameDSM ${SRC}
+# ../../../../buildscript ${DSMFLAGS} -o GameDSM ${SRC}
clean:
rm tmp1RainForest.java