issues
search
JonathanSafer
/
screeps
Screeps AI
MIT License
25
stars
8
forks
source link
multi room path planning
#88
Closed
jordansafer
closed
4 years ago
jordansafer
commented
4 years ago
make a multiroom path plan function.
add a file, moveUtils.js
add an fn in that file findMultiPath(pos, pos) that uses isHighway(room) and makes non-highway cost 3x in path plan.
make a multiroom path plan function.