Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 698 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 698 Bytes

sc2-api

Build Status

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.

Development

This repo requires working with git submodules

git submodule update --init --recursive

Run an example

cargo run --example simple_bot

API Design

An overview of the API design can be found in api_design.md.

Dev Notes

Additional development notes and tips can be found in NOTES.md.