Skip to content

Commit

Permalink
Increase initial chips amount
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 11, 2025
1 parent d9b549f commit 69a6fca
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 69a6fca

Please sign in to comment.