A bot written in Rust for the Screeps: World game.
Uses the screeps-game-api bindings. cargo-screeps is used for deploying the bot to Screeps servers. Initial implementation based on screeps-rust-starter.
Setup:
# Install CLI dependency.
cargo install cargo-screeps
# Copy the example config and fill it with credentials to Screeps servers.
cp screeps.example.toml screeps.toml
Build without deployment:
cargo screeps build
Build and deployment to selected target present in screeps.toml
:
cargo screeps deploy -m mmo