Stupidly simple Rust framework for Starcraft 2 AI bots
Warning
WIP: Not ready for use yet. Just a preview
- Simple to use and understand
- Solutions for common problems (resorce management, building placement, unit pathing, unit micro control, ...)
- Quickly modifiable and replacable things
Read the docs: cargo doc --open
Join Starcraft 2 AI Discord: https://discord.gg/Emm5Ztz
DM me in discord: @armageddon1337
Keep it simple!
- Simple code is easier to understand and modify
- Compiler is smarter than you. It will very likely optimize most things
Use cargo fmt
and cargo clippy
to format and check your code
kiss
- Main crate of the frameworkcore
andasync-core
- Crates with basic functionality to connect and communicate with SC2 instancespb
- Proto definitions and build scripts