Level/NOT Gate

From Turing Complete
Revision as of 18:53, 6 February 2023 by w:c:strategywiki>Henke37 (First circuit, whoo!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This level is the first one where you get to design your own circuit. The task here is to create a circuit that outputs the opposite of the input.

NOT Gate truth table
Input Output
False True
True False

To solve this level place one NAND gate and connect both of its inputs to the input pin on the left, then connect the output of the gate to the output pin on the right.