/screeps-rs

Screeps AI written in Rust

Primary LanguageRustMIT LicenseMIT

Screeps rs

My Rust-based AI for Screeps, the JavaScript-based MMO game.

This uses the screeps-game-api bindings from the rustyscreeps organization.

The documentation is currently a bit sparse. API docs which list functions one can use are located at https://docs.rs/screeps-game-api/.

Quickstart:

# clone:

git clone https://github.com/Baelyk/screeps-rs.git
cd sceeps-rs

# cli dependencies:

cargo install cargo-screeps

# configure for uploading:

cp example-screeps.toml screeps.toml
nano screeps.toml

# build tool:

cargo screeps --help