skjb / pysc2-tutorial

Tutorials for building a PySC2 bot
https://medium.com/@skjb/building-a-basic-pysc2-agent-b109cde1477c
MIT License
287 stars 85 forks source link

Fixed issue when sending the army #7

Open danielpalen opened 6 years ago

danielpalen commented 6 years ago

The way it was before only the very first marine would be sent and the others would just wait at the barrack's rally point. This way The marines will wait until the supply is at its max and then send the entire army at once.