pub fn run_self_play( seats: &[DeckSelection], starting_life: i32, seed: u64, max_turns: u32, ) -> Result<(), String>