JonathanSafer / screeps

Screeps AI
MIT License
25 stars 8 forks source link

spawn queues #62

Closed jordansafer closed 4 years ago

jordansafer commented 4 years ago

Spawn creeps from a spawn queue. Add creeps to the queue based on the quota system and check the queue every tick to see if creeps are needed. (future extension is to add attackers/others without using quota system)

jordansafer commented 4 years ago

added spawn queue and miners/sbuilders use it now.