@@ -79,6 +79,12 @@ A programming game based on RoboCom.
| $Tasks | The number of tasks in the current program, incl. sleeping or seized tasks |
+# Execution Model
+Programs are evaluated oldest to newest. Order of the first program is random.
+Each cycle only one task is executed per program.
+Tasks are organized in a ring like structure.
+At the beginning of each cycle the next _non paused_ task is made the active one.
+