durak/README.md
2025-04-18 14:22:23 +02:00

442 B

DURAK

in corso....

how to:

client:

cargo run --bin client

server:

RUSTFLAGS="--cfg tokio_unstable" cargo run --bin server

TODO

  • move player creation on the server
  • move lobby creation on the server
  • add clap configuration
  • delete player
  • delete lobby
  • join existing lobbies
  • actually do the game
  • fixing ui (perpetual)
  • add unit testing
  • reorganize modules