Mirroar / hivemind

Fully automated open source AI core for the game screeps. Also usable as an opponent on private servers.
MIT License
29 stars 10 forks source link

Automatically generate and assign power creeps #31

Closed Mirroar closed 1 year ago

Mirroar commented 3 years ago

Power creeps are currently managed manually, and only respawned automatically. We should implement an algorithm to automatically spend power levels on power creeps based on desired powers. These creeps may then be spawned automatically in our best rooms to improve their yield.

We need to handle some special cases when assigning power creeps:

Mirroar commented 3 years ago

Power creeps are now created and upgraded automatically, though we still need logic for having power creeps that manage factories. Also, reassignment is done every time a power creep can respawn.

Mirroar commented 1 year ago

Factory powers are also assigned automatically by now.