Skip to content
No description, website, or topics provided.
Rust
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
maps
src
.gitignore
Cargo.lock
Cargo.toml
README.md
Units.ods
clippy.toml
rustfmt.toml
trig.txt

README.md

Rust RTS

A real-time strategy game that runs on a server and streams game state to a client.

Getting Started

If you have rust + cargo installed.

cd ../rust_rts
cargo run --release

Enter your IP address
localhost

Enter port number
4444

This will get a server up and running on localhost:4444

You should then use https://zacharykamerling.github.io/ to connect as a player to the server.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

You can’t perform that action at this time.