-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect clue? [SPOILERS] #5
Comments
A user reported in #3 that it was transposed, however, all of those clues are transposed down there, so I believe the fix was in error. I have reverted the change, thanks for letting me know =). |
Also, was this puzzle recently linked to or something? This repository has been idle for 2 years and I just got two issues in a couple days (although, if the first issue caused the second, perhaps that is why =)... |
I saw that you closed my other old issue, so I thought I'd try the puzzle again 😁 |
Oh, hah, that explains it then =). |
I just tried this puzzle, and the
.*(.)C\1X\1.*
clue seems to be backwards. I think it should be.*(.)X\1C\1.*
.This is as far as I've gotten, but there's no way I can see to reconcile the two red fields.
If I swap them by setting
board_data.z[8] = '.*(.)X\\1C\\1.*';
I can solve the puzzle:The text was updated successfully, but these errors were encountered: