pigalot
pigalot
You can use `some` if you need to exit early rather than a `for..of` loop.
I think damage type and direction would be needed. For example: ``` ╔════════╗ ║w @ a>║ ╚════════╝ ``` One unit is far more dangerous than the other and attacking the...
Would that also include if a wound inflicted a effect like poison?
Would it not make sense to return the desired action from playTurn that way it would be clear that the action happens last. It also may be wise to seperate...