Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 675 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 675 Bytes

Davinci Code

The Davinci Code board game written in Rust.

Play it with your friends over the internet.

Learn more

Run TUI

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

Tips

q => exit for the server and the client

i => Input mode for the client

Esc => Normal mode for the client

Run cli

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