Level/Saving Gracefully: Difference between revisions

From Turing Complete
m (Gelthor moved page Turing Complete/Saving Gracefully to Level/Saving Gracefully without leaving a redirect)
(Slight grammar fix)
 
Line 1: Line 1:
{{Header Nav|game=Turing Complete}}
{{Header Nav|game=Turing Complete}}


This level ask you to create a circuit that can save a single bit an indeterminate amount of time.
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.
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.

Latest revision as of 15:30, 18 September 2024

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.