Level/Second Tick: Difference between revisions

From Turing Complete
m (2 revisions imported: Imported from https://strategywiki.org/)
m (Gelthor moved page Turing Complete/Second Tick to Level/Second Tick without leaving a redirect)
(No difference)

Revision as of 20:56, 28 October 2023

This level has you construct a non standard gate where the output is only true when input one is true and input two is false.

Special Gate Truth Table
Input One Input Two Output
No No No
No Yes Yes
Yes No No
Yes Yes No

The simplest solution to this level is to place one AND Gate and invert the second input.