Dentosal / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
588 stars 182 forks source link

Resign game --> Both accept and offer #48

Open ghost opened 6 years ago

ghost commented 6 years ago

Is it possible to accept/offer the defeat of/to the opponent?

Some bot Difficulty level will send gg and offer to end the game earlier, since the remaing game is not interesting.

ghost commented 6 years ago

naive implementation f64aa52