KungFuClan / KungFuScreeps

https://screepers.gitbook.io/screeps-typescript-starter/
9 stars 4 forks source link

Need to Fill Out the CheckStatus of each SquadManager. #42

Closed UhmBrock closed 4 years ago

UhmBrock commented 4 years ago

The methods should tell us what the situation of the squad is. Some examples:

SPAWNING - waiting for the spawning to be done RALLYING - waiting for creeps to meet up once all spawned WAITING - waiting to start the operation (e.g. we aren't attacking until X tick when ally squads should be ready also) FAILED - all squads died, operation didn’t finish FINISHED - room fell, etc NEED REINFORCEMENTS - Needs another squad to help

UhmBrock commented 4 years ago

Create a generic format that should be easy to c/p as needed