21 lines
271 B
Markdown
21 lines
271 B
Markdown
### 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
|
|
- [ ] fixing ui (perpetual)
|