Warning: This is work in progress and APIs are very likely to change.
The goal of sc2-api is to provide an interface to interact with StarCraft II, getting observations and sending actions.
This repo requires working with git submodules
git submodule update --init --recursive
cargo run --example simple_bot
An overview of the API design can be found in
api_design.md
.
Additional development notes and tips can be found in NOTES.md
.