Skip to content

Commit a49ec40

Browse files
Merge branch 'master' into public-release
2 parents e0d244b + 8b7481a commit a49ec40

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

client/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CLIENT_VERSION = '1.3.3'
1+
export const CLIENT_VERSION = '1.4.0'
22
export const SPEC_VERSION = '1'
33
export const BATTLECODE_YEAR: number = 2025
44
export const MAP_SIZE_RANGE = {

engine/src/main/battlecode/common/GameConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class GameConstants {
8080
public static final int PENALTY_NEUTRAL_TERRITORY = 1;
8181

8282
/** The amount of money each team starts with. */
83-
public static final int INITIAL_TEAM_MONEY = 1000;
83+
public static final int INITIAL_TEAM_MONEY = 2500;
8484

8585
/** The percent of the map which a team needs to paint to win. */
8686
public static final int PAINT_PERCENT_TO_WIN = 70;

specs/specs.pdf

87 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)