Crates.io | zero-trust-rps |
lib.rs | zero-trust-rps |
version | 0.2.1 |
created_at | 2025-01-03 16:57:37.353071+00 |
updated_at | 2025-01-29 19:38:12.934095+00 |
description | Online Multiplayer Rock Paper Scissors |
homepage | |
repository | https://codeberg.org/joshix/rps |
max_upload_size | |
id | 1502626 |
size | 219,559 |
Play rock paper scissors online.
cargo install zero-trust-rps --no-default-features --features=client
rps-client --domain=scissors-rock-paper.de
cargo install zero-trust-rps --no-default-features --features=server
rps-server --public ...
Make sure to open 8111/udp in the firewall.
cargo install zero-trust-rps --bin=rps-client --bin=rps-server
cargo install zero-trust-rps --bin=zero-trust-rps
zero-trust-rps client --help
zero-trust-rps server --help
cargo install zero-trust-rps
cargo run server
cargo run client
[dependencies]
zero-trust-rps = { version = "0.2.1", default-features = false }