m (Gelthor moved page Turing Complete/AND Gate to Level/AND Gate without leaving a redirect)  | 
				 (Added infobox)  | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Header Nav|game=Turing Complete}}  | {{Header Nav|game=Turing Complete}}  | ||
{{Infobox level  | |||
| section             = Basic Logic  | |||
| type                = Component  | |||
| prerequisite1       = NOT Gate  | |||
| unlocks-level1      = Always On  | |||
| unlocks-component1  = AND  | |||
| api-enum-id         = and_gate  | |||
| api-enum-number     = 6  | |||
}}  | |||
This level has you create the AND Gate.  | This level has you create the AND Gate.  | ||
{| {{  | {| {{TruthTable}}  | ||
|+ AND Gate Truth Table  | |+ AND Gate Truth Table  | ||
|-  | |-  | ||
! Input   | ! Input 1!! Input 2!! Output  | ||
|-  | |-  | ||
| {{  | | {{Off t}}|| {{Off t}}|| {{Off t}}  | ||
|-  | |-  | ||
| {{  | | {{Off t}}|| {{On t}}|| {{Off t}}  | ||
|-  | |-  | ||
| {{  | | {{On t}}|| {{Off t}}|| {{Off t}}  | ||
|-  | |-  | ||
| {{  | | {{On t}}|| {{On t}}|| {{On t}}  | ||
|}  | |}  | ||