File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments