rust-sc2
rust-sc2 copied to clipboard
Launching bot vs bot
How do you launch a bot versus bot?
Like I have two bots written in rust and I want them to fight each other.
Best I came across in the examples that are launching two examples of sc2 is bot vs human, yet, for some reason immediately after the game launches the game just hangs.
How would I go about it?
It should work through ladder interface actually. Try this one https://aiarena.net/wiki/bot-development/#wiki-toc-set-up-bot-vs-bot-locally This one probably works too https://github.com/aiarena/rust-arenaclient
There's also instruction about that in official protocol documentation https://github.com/Blizzard/s2client-proto/blob/master/docs/protocol.md#play-two-bots-against-each-other Try first 2 links before looking into it.