beaverbois / battlecode23

MIT 6.9610 Battlecode A.I. Programming Competition
GNU Affero General Public License v3.0
0 stars 0 forks source link

Pathfinding around walls [BFS] #1

Closed dgorbunov closed 1 year ago

JonCoombs commented 1 year ago

Scouts can record the map as they move around it and we can dedicate a slot in shared memory to placing a waypoint.

dgorbunov commented 1 year ago

Robots should use BFS in general for pathfinding

dgorbunov commented 1 year ago

Closing this for now, optimized number of carriers to not require BFS as it is bytecode costly