DrInfy / sharpy-sc2

Python framework for rapid development of Starcraft 2 AI bots
MIT License
69 stars 28 forks source link

Assorted updates #3

Closed lladdy closed 4 years ago

lladdy commented 4 years ago

This PR will:

DrInfy commented 4 years ago

you should import PlanZoneAttackAllIn to tactics/init.py

lladdy commented 4 years ago

Done!

merfolk commented 4 years ago

I agree that the repo should probably contain a gitattributes file to normalize line endings, but it makes seeing the changes quite difficult for this PR.

I had to copy-paste all the "deleted" and "added" rows to Kdiff3 to see which lines have actually changed.

I wonder what's the best approach here to have clean diffs and hopefully preserve git blame/annotate history.