Skip to content

Commit 3e76ef0

Browse files
Merge branch 'main' into public-release
2 parents 8e58d8a + ba72dc0 commit 3e76ef0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

battlecode25/engine/game/constants.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ class GameConstants:
3434
# The bytecode penalty that is imposed each time an exception is thrown.
3535
EXCEPTION_BYTECODE_PENALTY = 500
3636

37-
# Health each robot starts with
38-
DEFAULT_HEALTH = 1000
39-
4037
# Paint penalty for moving into enemy territory
4138
PENALTY_ENEMY_TERRITORY = 2
4239

@@ -62,7 +59,7 @@ class GameConstants:
6259
INITIAL_ROBOT_PAINT_PERCENTAGE = 100
6360

6461
# The amount of money each team starts with.
65-
INITIAL_TEAM_MONEY = 1000
62+
INITIAL_TEAM_MONEY = 2500
6663

6764
# The percent of the map which a team needs to paint to win.
6865
PAINT_PERCENT_TO_WIN = 70
@@ -180,4 +177,4 @@ class GameConstants:
180177
MAX_MESSAGES_SENT_ROBOT = 1
181178

182179
# The maximum number of messages a tower can send per turn
183-
MAX_MESSAGES_SENT_TOWER = 20
180+
MAX_MESSAGES_SENT_TOWER = 20

0 commit comments

Comments
 (0)