go2starr / CS-638-BWAPI

Starcraft: Broodwar AI bot
GNU Lesser General Public License v3.0
9 stars 7 forks source link

Redundant scouting paths #38

Open djmayer101 opened 12 years ago

djmayer101 commented 12 years ago

SCVs scouting for minerals tend to find minerals, but they continue going back and forth between the found minerals and base. This seems like an inefficient use of an SCV/scout, since they could be used to continue on and find new mineral patches.

severity: medium priority: medium

Suggestions: After finding the first mineral field, either return to base and do something useful, or continue to find more mineral patches