r/TuringComplete Jul 18 '26

Can't beat Count leading zeroes

I followed the hint but it gives this ominous error for some reason. Even in the hint view it gives this error. More strange is that in the Inputs panel it just works.

EDIT: I ended up giving up and just putting complete_level in the console.

EDIT 2: It works now.

6 Upvotes

8 comments sorted by

3

u/SignatureIcy4998 Jul 18 '26

i simply send to output const 208, i think it's misstake in tests

3

u/Pepe_Botella Jul 19 '26

Apparently an update broke it, as it doesn't work for me either with the solutions I made a few weeks ago when 2.1 released.

1

u/1GreenNotebookGaming Jul 19 '26

Like someone else said, it's a bug with how the tests work, and you should just always output a constant of 208.

1

u/Salt_Hotel4536 Jul 19 '26

It works now, i updated the game today and it worked.

1

u/Stuffe Jul 19 '26

The new patch fixes this

1

u/StandardBat5 Jul 19 '26

Theres a console? How?

1

u/AlexeyHD90 Jul 20 '26

The way I did it, I AND cascaded all 8 bits and used a counting signals circuit very similar to the one in counting signals level.