dannielzanoni / ohhell-game

2 stars 0 forks source link

Persistir games #14

Open Lothyriel opened 5 hours ago

Lothyriel commented 5 hours ago

Salvar todas as informações dos Games

Game { sets: Vec, }

Set { bids: HashMap<String, usize>, rounds: Vec, }

Round { turns: Vec, }

Turn { id: String, card: Card, }