SHENZHEN I/O

SHENZHEN I/O

Ocen: 155
CROSSOVER
3
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Rozmiar pliku
Zamieszczono
5.277 KB
4 grudnia 2016 o 11:49
1 lista zmian ( zobacz )

Zasubskrybuj, aby pobrać
CROSSOVER

Opis
Simply redirect the inputs to the corresponding outputs.
Komentarzy: 76
MrSnowman 1 maja o 16:32 
Took me a while to recognize that I couldn't simply cross. And then the swap was clear. Good puzzle.
Deployer 17 grudnia 2023 o 13:26 
Good one indeed! :steamthumbsup:
Verdammte Heinz 2 lipca 2023 o 7:45 
Nice puzzle. Found solution 6 / 360 / 6 and after some trial and error the 3 / 0 / 0 one.
Braden 24 maja 2023 o 9:50 
I believe this puzzle showcases a genuine bug in the simulation. The obvious solution is to just wire two DX300s to the inputs and outputs and let them do the work, but this inexplicably doesn't work, and for no reason. The whole point of the DX300 is that it acts like a composite adapter for simple I/O and xbus. Saying that a microcontroller is actually needed to get it to spit out the value when spitting out a value is exactly what it's supposed to always be doing is like saying a human being needs to put their hand on the valve of their faucet in order for water to manifest inside it, and that if they leave the valve open and walk away, water will suddenly and magically stop flowing through the faucet. I've heard of solipsism, but this is ridiculous! (and then the seinfeld theme plays)

Anyways this is either unrealistically contrived or a bug.
greeble 11 maja 2023 o 13:23 
@raisemanface You need to play the main game until you unlock "conceptSPEC" then you can play custom specs from the workshop.
radheshiam16 9 stycznia 2023 o 12:19 
For humour )) Trys to deal with random on DX300
Almost solved with 4 MC4000X + DX300 (one for input one for output)
MC 4000X all connected to single wire moved between 2 DX300
every has unified code:
```
nop
nop
nop
mov x0 acc
tgt acc 0
+ mov acc x0
+ mov acc x0
+ mov acc x0
slp 1
```
nops - balances input
multiples movs - try to push value to required DX300
it ALMOST working )) - in my case just 5 points of verification was fail. Sad, but challenge to do it not with xors fails )))
raisemanface 23 października 2021 o 8:52 
How can I use the mod in game? Please help me, thanks!:steamsad:
Unchangeling 24 lipca 2020 o 0:04 
(I added a screenshot (tagged as a spoiler) in my screenshots if anyone wants to see it)
Unchangeling 23 lipca 2020 o 23:58 
my solution was ¥3, but I confess I didn't actually plan it, I just slapped down three xor gates in a likely configuration, given the limits of the board size , then connected the outputs and looked at what came out on the verification tab (they were reversed at first)
Neekow 16 lutego 2020 o 7:26 
For the ¥3 solution: 3 xor gate:
- the first one has inA and inB as input, normal output
- top one, inA and 1st xor output as input, normal output to output B
- top one, inB and 1st xor output as input, normal output to output A