Terminal User Interface for the Screeps programming MMO
A TUI application allowing viewing Screeps servers/rooms.
Screeps is a programming MMO: users control their creeps with JavaScript, and the server itself is open source
Uses the rust-screeps-api library for networking.
Current features:
TODO:
Requires nightly Rust. Tested with rustc 1.36.0-nightly (372be4f36 2019-05-14)
.
Options:
Install snapshot of repository into PATH
cargo install --git https://github.com/daboross/srv.git
cargo install --path .
Run directly from repository
# debug mode (faster compile, slower runtime)
cargo run -- --token 'my_auth_token'
cargo run -- --help
# release
cargo run --release -- --help
# or
cargo build --release
./target/release/srv --help