rust-sc2
rust-sc2 copied to clipboard
SC2 API for Rust
Results
12
rust-sc2 issues
Sort by
recently updated
recently updated
newest added
In current state it has almost monolith architecture, making it hard to replace/remove things you don't like/need
enhancement
`Commander.commands` being a hashmap causes orders to be passed to sc2 in hash order (i.e. basically random), causing queued orders to be delivered in the wrong order about 50% of...