Level/Bit Switch: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(old task, new tools)
 
(Note the stricter testing in save_breaker)
 
(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.
Line 6: Line 19:


Given that you are only allowed two of each component, there aren't many possible ways to wire the components up. Have both inputs go to each switch and apply one NOT gate per switch and then wire the switches to the output pin.
Given that you are only allowed two of each component, there aren't many possible ways to wire the components up. Have both inputs go to each switch and apply one NOT gate per switch and then wire the switches to the output pin.
== 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:33, 7 September 2024

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.

Given that you are only allowed two of each component, there aren't many possible ways to wire the components up. Have both inputs go to each switch and apply one NOT gate per switch and then wire the switches to the output pin.

Alpha changes[edit | edit source]

wip
wip

This section descibes the early access verion 0.1141 save_breaker. It may not be completly correct for the the current stable version, nor the latest unstable version. Help us update it, and you get a cookie.

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.