Skip to content

RomaricKc1/davincicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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

example game

Server' view on the left window, and the two clients on the right.

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

About

The Davinci Code board game written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •  

Languages