Stacked Quines
(Published on 19. May 2021, 20:57 by manushand)
- Colored Regions ("Quines")
- The multi-digit number in the cage within each region is the sum total of all the squares inside the region, INCLUDING all the other colored regions that are enclosed by that region.
NOTE: The circle between R1C1 and R1C2 also serves as a 0 to make the requisite three-digit number.
- Palindrome Lines
- The digits along each line form a palindrome; they read the same from either direction.
- Sandwich Sums
- The numbers above the grid are the sum of all digits in the column that appear between the 1 and the 9 in the column.
- Difference Dots
- The digits on either side of an unfilled circle are consecutive.
- Solve Online
- f-puzzles
Solution code: The digits of the palindrome containing R5C5
Last changed on on 10. October 2021, 08:10
Solved by Mad-Tyas, Puffke, butch02, _KLRB, BlackApolloX, Nairi, matiasv5, Yerui, henter, RJBlarmo, ManuH, morgannamodeaura, abed hawila, Drendo, DiMono, lutzreimer, SKORP17, steelwool, peterchayward, soroush, Konzert, zorant, KyleBaran, saskia-daniela, Crul, vmirandaa, zrbakhtiar, asii
Comments
on 11. September 2021, 01:07 by uvo_mod
Labels ergänzt.
on 19. August 2021, 07:09 by KyleBaran
Quite nice logic. I found some cheeky interactions that were quite cool, and disambiguating the triplets at the end took a bit of thinking, but I somehow managed to solve it. Good stuff
on 20. May 2021, 00:35 by _KLRB
Absolutely loved this.
on 19. May 2021, 21:35 by Mad-Tyas
Fantastic puzzle! A perfect sequel to "Quines".