2xp-1: nand nor xor

On this level puzzles will still not require you to write any code. Often these are just harder versions of the p variant. Let’s start with something simple to get you into the right mindset.

If you struggle with this puzzle, try the p puzzle instead.

If this is too simple for you, try the ppp puzzle as well.

Logic Gates

The output of a logical NAND gate turns on when not all inputs are on.

The output of a logical NOR gate turns on when none of the inputs are on.

The output of a logical XOR gate turns on when an odd number of inputs are on.

Puzzle

Click on the inputs to flip them.

Solution

To submit this solution (if the output is green) join the Discord server and directly message _P the following text !solve 2xp-1 00000000 <n> <nand> <nor> where you have replaced <n> by the number of input configurations that turn the output on, <nand> and <nor> by the number of NAND (respectively NOR) gates the above layout contains at least.