Open dubblen opened 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.
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.
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.