Level/Saving Gracefully

From Turing Complete
Revision as of 15:30, 18 September 2024 by 142.156.1.236 (talk) (Slight grammar fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This level asks you to create a circuit that can save a single bit an indeterminate amount of time.

The level mentions the Delay Line component, so use it to store the state between ticks. Use a pair of switches to select the input to the Delay Line, either its own output or the new value to store.