Level/Bit Inverter: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(trick question level)
 
w:c:strategywiki>Henke37
(Show the easter egg)
Line 6: Line 6:


Since that's just a tricky way to explain an XOR gate, plop one down as the solution.
Since that's just a tricky way to explain an XOR gate, plop one down as the solution.
== Cheese ==
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.
[[File:Turing Complete Bit Inverter Cheese.png]]


{{Footer Nav|game=Turing Complete|prevpage=Odd Ticks|nextpage=Bit Switch}}
{{Footer Nav|game=Turing Complete|prevpage=Odd Ticks|nextpage=Bit Switch}}

Revision as of 21:43, 8 August 2023

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

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.