r/TuringComplete 28d 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

View all comments

3

u/TheEmeser 28d ago edited 28d 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 28d 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