We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0d244b + 8b7481a commit a49ec40Copy full SHA for a49ec40
client/src/constants.ts
@@ -1,4 +1,4 @@
1
-export const CLIENT_VERSION = '1.3.3'
+export const CLIENT_VERSION = '1.4.0'
2
export const SPEC_VERSION = '1'
3
export const BATTLECODE_YEAR: number = 2025
4
export const MAP_SIZE_RANGE = {
engine/src/main/battlecode/common/GameConstants.java
@@ -80,7 +80,7 @@ public class GameConstants {
80
public static final int PENALTY_NEUTRAL_TERRITORY = 1;
81
82
/** The amount of money each team starts with. */
83
- public static final int INITIAL_TEAM_MONEY = 1000;
+ public static final int INITIAL_TEAM_MONEY = 2500;
84
85
/** The percent of the map which a team needs to paint to win. */
86
public static final int PAINT_PERCENT_TO_WIN = 70;
specs/specs.pdf
87 Bytes
0 commit comments