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 16, 2025
2 parents 91aab60 + 17b5f17 commit 9be8896
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion battlecode25/engine/game/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def __init__(self, game: Game, id, team: Team, type: UnitType, loc: MapLocation)
self.debug = False
self.message_buffer = MessageBuffer(GameConstants.MESSAGE_ROUND_DURATION)
self.sent_message_count = 0
self.turns_without_paint = 0
self.has_tower_area_attacked = False
self.has_tower_single_attacked = False
self.logs = []
Expand Down
Binary file added battlecode25/maps/Fossil.map25
Binary file not shown.
Binary file added battlecode25/maps/Gears.map25
Binary file not shown.
Binary file added battlecode25/maps/Justice.map25
Binary file not shown.
Binary file added battlecode25/maps/Mirage.map25
Binary file not shown.
Binary file added battlecode25/maps/Money.map25
Binary file not shown.
Binary file added battlecode25/maps/MoneyTower.map25
Binary file not shown.
Binary file added battlecode25/maps/Racetrack.map25
Binary file not shown.
Binary file added battlecode25/maps/Restart.map25
Binary file not shown.
Binary file added battlecode25/maps/SMILE.map25
Binary file not shown.
Binary file added battlecode25/maps/SaltyPepper.map25
Binary file not shown.
Binary file added battlecode25/maps/TargetPractice.map25
Binary file not shown.
Binary file added battlecode25/maps/Thirds.map25
Binary file not shown.
Binary file added battlecode25/maps/UglySweater.map25
Binary file not shown.
Binary file added battlecode25/maps/UnderTheSea.map25
Binary file not shown.
Binary file added battlecode25/maps/catface.map25
Binary file not shown.
Binary file added battlecode25/maps/gardenworld.map25
Binary file not shown.
Binary file added battlecode25/maps/memstore.map25
Binary file not shown.

0 comments on commit 9be8896

Please sign in to comment.