Level/AND Gate: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(Yet another basic gate)
(No difference)

Revision as of 19:01, 6 February 2023

This level has you create the AND Gate.

AND Gate Truth Table
Input One Input Two Output
False False False
False True False
True False False
True True True

To solve this level, place one NAND gate and put a NOT gate on the output.