Zero Trust RPS
Play rock paper scissors online.
Client
Server
Make sure to open 8111/udp in the firewall.
Development
Server
Client
As dependency
[]
= { = "0.0.2", = false }
Play rock paper scissors online.
cargo install zero-trust-rps --bin rps-client
rps-client --domain=blackjack.joshix.asozial.org
cargo install zero-trust-rps --bin rps-server --no-default-features
rps-server --public ...
Make sure to open 8111/udp in the firewall.
cargo run server
cargo run client
[dependencies]
zero-trust-rps = { version = "0.0.2", default-features = false }