Logic Masters Deutschland e.V.

Frenemy Palindromes

(Published on 12. March 2023, 21:51 by Ryx)


This puzzle is one of my submissions for this month's Monthly Puzzle Prompt on the CTC Discord server, the theme being: Sequels. I had recently published a puzzle with a new (to me anyhow) concept of friendly and anti-friendly digits on palindromes. It was rather busy (way too many colors) and I really wanted to see if I could do better. I am really pleased with this result, with perfect symmetry and no need for other constraints.



Friendly palindromes (digits on green lines)
- must match at least one of the row, column or box numbers that the palindrome occupies (i.e. the palindromes in boxes 1 and 2 could only be from 11, 22, 33 or 44).
- are 2 cells long (don't combine with other friendly palindromes)
- All friendly palindromes are given

Enemy palindromes (digits on red line segments)
- cannot match their row, column or box number (i.e. R3C2 cannot be a 3, 2 or 1)
- are 5 cells long (solver must discover which 2 cell and 3 cell segments combine to make the 5 cell palindromes)
- are the same digit on either side of a box crossing (i.e. R3C1 and R4C2 are the same digit)
Not all enemy palindromes are necessarily given

Play on F-Puzzles
Play on CTC App

Solution code: Ziffern aus Zeile 4


Solved by OutOfMyMindBRB, LeaVulpina
Full list

Comments

Last changed on 26. June 2023, 03:51

on 26. June 2023, 00:33 by LeaVulpina
I was so disheartened that I couldn't disambiguate a deadly pattern until I saw the negative constraint xD. Seconding how elegant this is!

@ LeaVulpina - Thanks for the kind words. Yeah, I was surprised this didn't get more solves. Perhaps because is followed so closely to its predecessor, that was very similar (but inferior).

Last changed on 13. March 2023, 02:37

on 13. March 2023, 00:29 by OutOfMyMindBRB
Elegant symmetry, fun solve with flowing logic :-)

@ OutOfMyMindBRB - Thank you for the feedback. I am glad you enjoyed it.

Difficulty:2
Rating:N/A
Solved:2 times
Observed:6 times
ID:000D9B

Puzzle variant

Enter solution

Solution code:

Login