pub(crate) async fn play_game( db: &ServerDatabase<Game>, clients: &[ConnectedClient<Game>]) -> Result<GameState, Error>