Level/Double Trouble

From Turing Complete
Revision as of 20:52, 28 October 2023 by Gelthor (talk | contribs) (Gelthor moved page Turing Complete/Double Trouble to Level/Double Trouble without leaving a redirect)
(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.