No description
Find a file
2025-04-18 14:22:23 +02:00
src lobby list skeleton 2025-04-18 14:22:23 +02:00
.gitignore updated gitignore 2025-03-03 15:34:56 +01:00
Cargo.lock lobby list skeleton 2025-04-18 14:22:23 +02:00
Cargo.toml refactored things 2025-03-29 14:55:42 +01:00
DURAK.md leggendo 2025-03-06 13:07:12 +01:00
README.md lobby list skeleton 2025-04-18 14:22:23 +02:00

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