text-rts 0.1.0

A text-based sci-fi themed real-time strategy game
Documentation
run:
    cargo run --release

console:
    cargo run --no-default-features --features console

test:
    cargo clippy
    cargo test

c:
    cargo fmt
    cargo update

    cargo clippy
    cargo c

    cargo doc
    cargo build

    cargo test