m (Gelthor moved page Turing Complete/Bit Switch to Level/Bit Switch without leaving a redirect) |
(Spoiler solution) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Header Nav|game=Turing Complete}} | {{Header Nav|game=Turing Complete}}{{early-access-version|0|1059}} | ||
{{Infobox level | |||
| section = Memory | |||
| type = Component | |||
| prerequisite1 = Double the Number | |||
| prerequisite2 = ODD Number of Signals | |||
| unlocks-level1 = Adding Bytes | |||
| unlocks-level2 = Input Selector | |||
| unlocks-component1 = Switch | |||
| unlocks-component2 = 8 Bit Switch | |||
| scored = No | |||
| api-enum-id = bit_switch | |||
| api-enum-number = 56 | |||
}} | |||
This level has you create an XOR gate from switch and NOT components. | This level has you create an XOR gate from switch and NOT components. | ||
[[File: | {{Spoiler| | ||
[[File:Solution Bit Switch.png]] | |||
Given that you are only allowed two of each component, there aren't many possible ways to wire the components up. Have | Given that you are only allowed two of each component, there aren't many possible ways to wire the components up. Have one input and its inversion go to each <code>Enable</code> input on the switches, and (in opposite order) the other input and its inversion to the <code>Input</code> pin of the switches. | ||
}} | |||
== Alpha changes == | |||
{{early-access-version-sect|0|1141|save_breaker}} | |||
The testing in {{save_breaker}} is much more strict than previously, some existing solutions may no longer work. This is intended, and a new solution will need to be found. | |||
{{Footer Nav|game=Turing Complete|prevpage=Bit Inverter|nextpage=Input Selector}} | {{Footer Nav|game=Turing Complete|prevpage=Bit Inverter|nextpage=Input Selector}} |
Latest revision as of 17:41, 23 April 2025
Section | Memory |
---|---|
Type | Component |
Prerequisites | Double the Number ODD Number of Signals |
Unlocks | Adding Bytes Input Selector |
Switch 8 Bit Switch | |
Scored | No |
API | bit_switch (56) |
This level has you create an XOR gate from switch and NOT components.
Alpha changes[edit | edit source]
The testing in save_breaker
is much more strict than previously, some existing solutions may no longer work. This is intended, and a new solution will need to be found.