xilexio / xi

A Screeps bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ξ (xi) - a (not yet) fully automated screeps bot

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

About

A Screeps bot.

License:Other


Languages

Language:Rust 99.4%Language:JavaScript 0.6%