Skip to content

RomaricKc1/davincicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages