Level/Double Trouble

From Turing Complete
Revision as of 13:06, 10 August 2023 by w:c:strategywiki>Henke37 (Initial level page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This level asks you to build a circuit that outputs On if at least two of the inputs are On.

The solution for this level is the largest so far, requiring nine gates. As the level says, don't overthink it. So just have one And Gate for each possible combination of inputs, and join them together with Or Gates.