Level/Bit Switch: Difference between revisions

From Turing Complete
(Note the stricter testing in save_breaker)
(Spoiler solution)
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
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:Turing Complete Bit Switch.png]]
{{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 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 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 ==
== Alpha changes ==

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.

Spoiler

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.