A simple yet aggressive SC2 AI that will soon be attempting to climb the AI ladder and will be playable in realtime for practicing agaisnt optimal aggressive proxy pushes. The current strat is a proxy Barracks Marine push followed up by Marine + Thor All-in. This is still in early form and will be updated heavily moving forward.
Current goals:
- Convert to a Real Time AI that is playable locally.
How to complile and review current implementation (only on Windows):
- Install Starcraft 2: https://starcraft2.com/en-us/
- Install Rust: https://www.rust-lang.org/tools/install
- Install the C++ build tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/
- Download 2021Season2Ladder.zip Map files and extract into C:\users\username\program files (x86)\Starcraft II\Maps https://wiki.sc2ai.net/Ladder_Maps
- Install Git for Windows: https://git-scm.com/download/win
- Clone repo: git clone https://github.com/Garrett7k/moe-betta.git
- CD moe-betta
- Cargo run