Logic gates process inputs (0 = OFF, 1 = ON) to produce an output signal:
AND: Output is 1 ONLY if both inputs are 1.
OR: Output is 1 if at least one input is 1.
NOT: Flips the signal (0 ➔ 1, 1 ➔ 0).
XOR: Output is 1 if inputs are different (0+1 or 1+0).
NAND: Opposite of AND (0 if both are 1, else 1).
Flip switches or pick gates to light up the bulb when requested!
How to play: Tap the input switches to flip them 1/0. In "Choose the gate" rounds, tap a gate. Then press Check to see if the bulb matches the target! 3 wrong = game over.
AND = both 1OR = any 1NOT = flips itXOR = differentNAND = not-AND