ttdonovan / sc2-api-rs

StarCraft II Client - Rust library for building bots using the SC2API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

StarCraft II Client - Rust library for building bots using the SC2API


Languages

Language:Rust 100.0%