ctam8736 / LoRSim

A simulator for Riot's Legends of Runeterra, made with Unity.
2 stars 0 forks source link

Attack and Block Declaration #12

Closed chris8736 closed 3 years ago

chris8736 commented 3 years ago

Spells must be put on the stack alongside an attack or block. This is secondary to allowing players to declare single attackers and blockers at a time, useful for challenger/vulnerable.

chris8736 commented 3 years ago

It might be useful to refactor Battlefield into two arrays of attackers and blockers, with specialized methods to help keep track of units.

chris8736 commented 3 years ago

This should be fixed now, make sure to use "pass" actions to confirm any particular action.