Yilmas / hCoreAI

Screeps AI
2 stars 3 forks source link

Multiple spawns in a room will break runtime #4

Closed Yilmas closed 7 years ago

Yilmas commented 7 years ago

Currently both the brain.creepSpawner.js and brain.special.creepSpawner is incapable of using multiple spawns, and will break spectacularly if multiple spawns exists.

This will hopefully be fixed, once the new spawn code is creating, where we use a queue system, and instead select the spawn which best supports the next creep in the queue.