Turing Complete

Turing Complete

View Stats:
Elidid Jul 13, 2022 @ 2:29pm
"Storage crackers" level: input doesn't seem to work
The instructions say that after a guess that was too high, the input will be one. But I never get an input different from 0, even when I tried to force output 255 at all times. It should be the macimal, so I should either pass the test immediatly or have an input of 1 at all times. But neither of those things happen.... Idont know if it's a bug or just something I don't understand
< >
Showing 1-3 of 3 comments
SunCat Jul 14, 2022 @ 1:35am 
are you enabling input? because you can't just look at a disabled input and expect it to output anything other than 0
Elidid Jul 17, 2022 @ 2:34am 
Originally posted by SunCat:
are you enabling input? because you can't just look at a disabled input and expect it to output anything other than 0

Thank you, but I was actually just being really dumb forgot to save the input... And in my tests, I did think there was a problem because I didn't activate the input
daemonaa Apr 28 @ 4:14pm 
i didnt forgot to enable the input, but still was getting 0 only)

there must be a bug in this level. (ver 0.1059 beta)
i first tried a binary search solution, but i figured out its useless without dividing by 2 command - its emulation with subsrtactions will eat all the profit)

so i solved it with bruteforce, with just sending incrementing value to out without even analysing input i read.

when i returned to binary search and implement a hardware div by 2 command)

and the algorytm worked fine, except it never gets an 1 on input..

unless i sent a 255 to the out before entering the search loop.

after that it works fine.
< >
Showing 1-3 of 3 comments
Per page: 1530 50