Section | Basic Logic |
---|---|
Type | Component |
Prerequisite | Always On |
Unlocks | XOR Gate |
Scored | Yes |
High score | 6 |
API | second_tick (73) |
This level has you construct a non standard gate where the output is only true when input 1 is true and input 2 is false.
The simplest solution to this level is to invert the second input and connect that and first input into an AND Gate.