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.3", = false }
Play rock paper scissors online.
cargo install zero-trust-rps --no-default-features --features=client
rps-client --domain=blackjack.joshix.asozial.org
cargo install zero-trust-rps --no-default-features --features=server
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.3", default-features = false }