Changes in Game Parameters
was: public static int MONITOR_SERVER_PORT = 8170;
---
now: public static int MONITOR_SERVER_PORT = 8180;
was: static final double SECONDS_ALIVE_FOR_RESOURCES = 60.0 * 15.0;
---
now: static final double SECONDS_ALIVE_FOR_RESOURCES = 60.0 * 30.0;
was: public static final double AWARD_RESOURCES_TIME = 60.0 * 30.0;
---
now: public static final double AWARD_RESOURCES_TIME = 60.0 * 60.0;
was: //VALUE_OF_NON_EXISTENT_RESOURCE
// The inital value of resource when there are none yet in
// the Economy
---
now: //VALUE_OF_NON_EXISTENT_RESOURCE -
// The inital value of weapons, computers, and vehicles resource when
// there are none yet in the Economy (at the start of the tournament)
// All other resources (such as oil, glass, plastic... have value
// 1 when there are none in the Economy).