The Davinci Code board game written in Rust.
Play it with your friends over the internet.
cargo run --bin server -- --addr [IP_ADDR] --port [PORT]
for the server
cargo run --bin client -- --name [UNAME] --addr [IP_ADDR] --port [PORT]
for the clients
q
=> exit
for the server and the client
i
=> Input mode
for the client
Esc
=> Normal mode
for the client
cargo run --bin server-cli -- --addr [IP_ADDR] --port [PORT]
for the server
cargo run --bin client-cli -- --name [UNAME] --addr [IP_ADDR] --port [PORT]
for the clients