I'm playing a solo game on nightmare mode and two of the criteria cards are "Triangle/square/circle is the smallest digit" and "Square is smaller than/equal to/bigger than circle".
I try out the code 425, a code in which square is the smallest and is smaller than the circle, and I check against those two criteria cards.
The first criteria card returns a tick, indicating that square is the smallest.
The second criteria card returns a cross, indicating that square is not smaller than circle.
These two bits of information contradict each other. How can square be the smallest if square is not smaller than circle? And what am I supposed to do now?
I try out the code 425, a code in which square is the smallest and is smaller than the circle, and I check against those two criteria cards.
The first criteria card returns a tick, indicating that square is the smallest.
The second criteria card returns a cross, indicating that square is not smaller than circle.
These two bits of information contradict each other. How can square be the smallest if square is not smaller than circle? And what am I supposed to do now?