In 1967, Schrandt and Ulam [1] proposed a curious growth rule.
A cube of the next generation is formed if:
(1) It is contiguous to one and only one cube of the current generation.
(2) It touches no other previously occupied cube except if the cube should be its "grandparent".
(3) Of this generation satisfying the previous condition, all those that would touch each other are eliminated. There is an exception for those cubes that have the same parent; these are allowed to touch.
This Demonstration shows this growth rule. Since the code is slow, precalculated values are used after 30 steps.