Level/Bit Inverter

From Turing Complete
Revision as of 20:43, 28 October 2023 by Gelthor (talk | contribs) (Gelthor moved page Turing Complete/Bit Inverter to Level/Bit Inverter without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This level has you create a circuit that inverts the value of the first input if the second input is true.

Since that's just a tricky way to explain an XOR gate, plop one down as the solution.

Cheese[edit | edit source]

This level has an easter egg where you can make a solution with a superior score that doesn't properly solve the level, but still passes the tests.

To do this, hook up a Not Gate followed by a Delay Line between the second input pin and the output pin.