Skip to content

Commit

Permalink
Merge branch 'master' into public-release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 11, 2025
2 parents e0d244b + 8b7481a commit a49ec40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CLIENT_VERSION = '1.3.3'
export const CLIENT_VERSION = '1.4.0'
export const SPEC_VERSION = '1'
export const BATTLECODE_YEAR: number = 2025
export const MAP_SIZE_RANGE = {
Expand Down
2 changes: 1 addition & 1 deletion engine/src/main/battlecode/common/GameConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class GameConstants {
public static final int PENALTY_NEUTRAL_TERRITORY = 1;

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

/** The percent of the map which a team needs to paint to win. */
public static final int PAINT_PERCENT_TO_WIN = 70;
Expand Down
Binary file modified specs/specs.pdf
Binary file not shown.

0 comments on commit a49ec40

Please sign in to comment.