Dec 1, 2023
This door game employs logic gates to teach about binary. Above the keypads, there are hints on what button to click, and also the logical operator the keypad is using. When a button is clicked, the assigned value (the default assigned value is 0 for off) becomes 1 (for on). Using the hints, determine what value the buttons must have (0 or 1, off or on) in order to fufill the requirements for each keypad and pass to the next level.