Cycle 15/Ruleset Draft: Difference between revisions

The Grand Unified Draft
Rework initialization
Line 103: Line 103:


== Initialization ==
== Initialization ==
If no spaces exist, then the following occur:
Upon the first instant that this rule takes effect, the following occur in order:
* Spaces are created for each integer N from 0 to 39.
* For each integer 0 to 39, in ascending numerical order, a space is hereby created with that identifier if it does not already exist.
* Each space N leads to space N+1, except for space 39, which leads to space 0.
* For each space with identifiers 0 to 38, in ascending numerical order, that space's successors is hereby the set consisting solely of the space with the next numerical ID.
* The type of space 0 is set to Crystal.
* Hereby, the sole successor of space 39 is space 0.
* Hereby, the type of space 0 is Crystal.
* This rule is repealed.
* This rule is repealed.