Skip to content

Commit 9be8896

Browse files
Merge branch 'main' into public-release
2 parents 91aab60 + 17b5f17 commit 9be8896

18 files changed

+0
-1
lines changed

battlecode25/engine/game/robot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def __init__(self, game: Game, id, team: Team, type: UnitType, loc: MapLocation)
3333
self.debug = False
3434
self.message_buffer = MessageBuffer(GameConstants.MESSAGE_ROUND_DURATION)
3535
self.sent_message_count = 0
36-
self.turns_without_paint = 0
3736
self.has_tower_area_attacked = False
3837
self.has_tower_single_attacked = False
3938
self.logs = []

battlecode25/maps/Fossil.map25

2.03 KB
Binary file not shown.

battlecode25/maps/Gears.map25

6.18 KB
Binary file not shown.

battlecode25/maps/Justice.map25

1.04 KB
Binary file not shown.

battlecode25/maps/Mirage.map25

3.43 KB
Binary file not shown.

battlecode25/maps/Money.map25

2.71 KB
Binary file not shown.

battlecode25/maps/MoneyTower.map25

3.66 KB
Binary file not shown.

battlecode25/maps/Racetrack.map25

1.46 KB
Binary file not shown.

battlecode25/maps/Restart.map25

6.29 KB
Binary file not shown.

battlecode25/maps/SMILE.map25

7.49 KB
Binary file not shown.

0 commit comments

Comments
 (0)