Skip to content

Match Structure

Claudio Bonesana edited this page Apr 14, 2021 · 1 revision

The match structure can be described by the following psudocode:

For each Turn:​
    do {​
        Red activates a unit (red always first of Turn to move)​
            Blue can choose to respondBlue activates a unitRed can choose to respond​
    } Until: all units have been activatedAt the end: update the status of the gameAll the units can be activated againReset all the STAT to their default
Clone this wiki locally