Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Human vs. Bot problem #121

Open
tweakimp opened this issue Aug 16, 2018 · 1 comment
Open

Human vs. Bot problem #121

tweakimp opened this issue Aug 16, 2018 · 1 comment

Comments

@tweakimp
Copy link
Contributor

When you start a game as a human player vs a bot, the human player has to be player 1.
This will not work:

sc2.run_game(
    sc2.maps.get("AbyssalReefLE"),
    [Bot(sc2.Race.Terran, microbot()),Human(sc2.Race.Protoss)],
    realtime=True
    )

You can only select units in the game client of the bot, but not in the human player client.

This works:

sc2.run_game(
    sc2.maps.get("AbyssalReefLE"),
    [Human(sc2.Race.Protoss),Bot(sc2.Race.Terran, microbot())],
    realtime=True
    )
@Dentosal
Copy link
Owner

Dentosal commented Jan 4, 2019

Known issue. This should be documented better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants