Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 281 forks source link

Network multiplayer #238

Open dubblen opened 6 years ago

dubblen commented 6 years ago

Hello, I'm trying to create a competition system that can make a fight with two AI's together. But I can't create a game with some observer player and let join other two. I found info at (https://github.com/Blizzard/s2client-proto/blob/master/docs/protocol.md#play-two-bots-against-each-other) that says it is possible. Can someone help me pls? Thank you.

Archiatrus commented 6 years ago

Where do you see that an observer is added? The observation is just the game state.

At the moment it is not possible to have more than two agents which I think means clients. So no observer for now. See here.