alkurbatov / suvorov-bot

Starcraft 2 rule-based bot capable to play for all races.
MIT License
18 stars 6 forks source link

Feature #16: Attack scouting probe #59

Closed ImpulseCloud closed 3 years ago

ImpulseCloud commented 3 years ago

Initial behavior. Attack first worker scout.

ImpulseCloud commented 3 years ago

This is meant to be accepted after #27, as the Worker Job enum has REPAIR = 4, and ATTACK = 5.

ImpulseCloud commented 3 years ago

I'm not sure what default behavior you want the bots to have. Another option is to wait until the worker-scout actually attacks, and then send 2 workers after it, who don't chase it further than the ramp or natural. But I'd worry about cannon rush if it doesn't get chased immediately.

Is this Issue suppose to also include reacting to a full Worker Rush? Or should that be a separate Issue?