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

Launching bot vs bot #85

Open
RZarifov opened this issue Jun 5, 2023 · 1 comment
Open

Launching bot vs bot #85

RZarifov opened this issue Jun 5, 2023 · 1 comment

Comments

@RZarifov
Copy link

RZarifov commented Jun 5, 2023

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?

@UltraMachine
Copy link
Owner

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.

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

No branches or pull requests

2 participants