- Click the buttons to spawn logic gates, inputs, and outputs. - You can drag the objects to move them around. - Hovering over an object will tell your its ID and inputs, if it has any. - Press space while hovering over an input to change its state. - Press q/a to switch the first input of an object while hovering over it, and w/s to switch the second. What the logic gates do: Input 1 Input 2 AND OR XOR NAND NOR XNOR 0 0 0 0 0 1 1 1 0 1 0 1 1 1 0 0 1 0 0 1 1 1 0 0 1 1 1 1 0 0 0 1 (NOT only has one input and just changes it to its opposite) Have fun!