Skip to content

Commit

Permalink
Merge branch 'main' into public-release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 11, 2025
2 parents 8e58d8a + ba72dc0 commit 3e76ef0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions battlecode25/engine/game/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ class GameConstants:
# The bytecode penalty that is imposed each time an exception is thrown.
EXCEPTION_BYTECODE_PENALTY = 500

# Health each robot starts with
DEFAULT_HEALTH = 1000

# Paint penalty for moving into enemy territory
PENALTY_ENEMY_TERRITORY = 2

Expand All @@ -62,7 +59,7 @@ class GameConstants:
INITIAL_ROBOT_PAINT_PERCENTAGE = 100

# The amount of money each team starts with.
INITIAL_TEAM_MONEY = 1000
INITIAL_TEAM_MONEY = 2500

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

# The maximum number of messages a tower can send per turn
MAX_MESSAGES_SENT_TOWER = 20
MAX_MESSAGES_SENT_TOWER = 20

0 comments on commit 3e76ef0

Please sign in to comment.