pub fn get_remaining_cards(
    player_hands: &Vec<[Card; 4]>,
    board: &[Card; 3]
) -> Vec<Card>