Re: Think before you claim
Posted: 28 August 2023, 14:32
In the row that showed 114, there was a cell with an undefined reference. I "fixed" that to I10 and the 114 went away.
Vapn wrote: ↑29 August 2023, 00:19 As I said above, I know what people are doing. Or at least I know how this could be done, answering with no questions asked.
Someone, without using a "solver," walk through the logic of this set of verifiers and tell me how you deduce the code without asking a single question.
A: Blue < 3 | Blue = 3 | Blue > 3
B: Blue < Yellow | Blue = Yellow | Blue > Yellow
C: Blue < Yellow & Purple | Yellow < Blue & Purple | Purple < Blue & Yellow
D: Even > Odd | Even < Odd
So from B&C, it's a commun thing people not see. If b<yp, then B is useless. If y<bp then B is useless.
It is one of those two answers. Thank you for walking through that for me. And I appreciate that you did it "live" that is kind of what I wanted.Sunfall wrote: ↑29 August 2023, 05:01I'll take a swing at this. Note that I'm doing it live, so apologies if it's a little rambly.Vapn wrote: ↑29 August 2023, 00:19 As I said above, I know what people are doing. Or at least I know how this could be done, answering with no questions asked.
Someone, without using a "solver," walk through the logic of this set of verifiers and tell me how you deduce the code without asking a single question.
A: Blue < 3 | Blue = 3 | Blue > 3
B: Blue < Yellow | Blue = Yellow | Blue > Yellow
C: Blue < Yellow & Purple | Yellow < Blue & Purple | Purple < Blue & Yellow
D: Even > Odd | Even < Odd
(snip, see solution walk through above)
So it seems like the answer can be either 452 or 241, and it all hinges on whether Blue < 3 or Blue > 3 (since both of them end up with the same values for the other three criteria). That's a 50/50, though, so I could see someone taking a swing at it with zero verifiers. It's also possible they just didn't see the second alternative and thought there was only one option--as I did the first time I wrote this out--and got lucky.
P
Yeah I think I would enjoy a specific timer for this game, a really short timer.None of this would be done at the table in live game and I suppose I was hoping that's how people might play here competitively, and most of the games I've joined, that's exactly what seems to be going on. But when I got into two different games and the winner solved it with zero questions asked, I just felt like that really wasn't in the spirit of the game, again since I was approaching it more like I was actually at the table playing it with other people, not taking a long time to make deductions and checks to see if I could do it in zero questions.