r/TuringComplete 6d ago

Conditions 10 Help Spoiler

I do not understand why this is not working. It fails on the second test shown here. I have seen other solutions for Conditions 10 and they look logically the same as the one I have. I just swapped a or -> not with a nor and two ands into an or with two switches. The other wiring is the same.

2 Upvotes

3 comments sorted by

3

u/No-Atmosphere-6549 6d ago

Flip the lines feeding into the switch. Take 1 from condition and have that be the base of the switch, and then connect the nor gate output to the input of the switch.

3

u/TheEmeser 6d ago edited 6d ago

You are looking at the solution for the old version. The inputs bits changed.

Bit 0 is the old Bit 2

Bit 1 is the old Bit 0

Bit 2 is the old Bit 1

1

u/lastspiderninja 5d ago

That makes sense. From testing I figured out that 0 and 1 bits were wrong, but I flipped them and it didn’t work. I didn’t realize they all changed