Function aoc::year2018::day15::fight

source ยท
fn fight(input: &Input, elf_attack_power: i32, part_two: bool) -> Option<i32>
Expand description

Careful implementation of the game rules.