28 lines
442 B
Markdown
28 lines
442 B
Markdown
### DURAK
|
|
|
|
in corso....
|
|
|
|
#### how to:
|
|
|
|
client:
|
|
```
|
|
cargo run --bin client
|
|
```
|
|
|
|
server:
|
|
```
|
|
RUSTFLAGS="--cfg tokio_unstable" cargo run --bin server
|
|
```
|
|
|
|
### TODO
|
|
|
|
- [x] move player creation on the server
|
|
- [x] 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
|