doc
This commit is contained in:
parent
0c1408fb19
commit
92fcea330c
|
|
@ -22,6 +22,8 @@ cf. https://blessed.rs/crates
|
|||
- front : yew + tauri
|
||||
- egui
|
||||
|
||||
- https://docs.rs/board-game/latest/board_game/
|
||||
|
||||
## Others
|
||||
- plugins avec https://github.com/extism/extism
|
||||
|
||||
|
|
|
|||
|
|
@ -5,3 +5,7 @@ devenv init
|
|||
cargo init
|
||||
cargo add pico-args
|
||||
```
|
||||
|
||||
Organisation store / server / client selon https://herluf-ba.github.io/making-a-turn-based-multiplayer-game-in-rust-01-whats-a-turn-based-game-anyway
|
||||
|
||||
_store_ est la bibliothèque contenant le _reducer_ qui transforme l'état du jeu en fonction les évènements. Elle est utilisée par le _server_ et le _client_. Seuls les évènements sont transmis entre clients et serveur.
|
||||
|
|
|
|||
Loading…
Reference in a new issue