Level/Second Tick

From Turing Complete
Revision as of 19:07, 6 February 2023 by w:c:strategywiki>Henke37 (Basic, but nonstandard gate)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
False False False
False True True
True False False
True True False

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