No description
Find a file
2025-03-29 14:58:59 +01:00
src refactored things 2025-03-29 14:55:42 +01:00
.gitignore updated gitignore 2025-03-03 15:34:56 +01:00
Cargo.lock refactored things 2025-03-29 14:55:42 +01: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 updated readme 2025-03-29 14:58:59 +01: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
  • delete player
  • delete lobby
  • join existing lobbies
  • actually do the game
  • fixing ui (perpetual)