Function winner

Source
pub fn winner(
    fen_w: &str,
    fen_b: &str,
    flat_moves_string_w: &str,
    flat_moves_string_b: &str,
) -> String