Level/Delayed Lines

From Turing Complete
Revision as of 21:58, 8 August 2023 by w:c:strategywiki>Henke37 (Initial level page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This level introduces the Delay Line component. The component works by outputting the value that the input had in the previous tick. It is the exception to the rule against circular dependencies.

The level asks for a circuit that delays the signal by two ticks. Since you only have access to the Delay Line component, chain up two between the input and output.