The Last Sudokubender
(Published on 27. October 2022, 13:16 by WedgeOfCheese)
Normal Sudoku rules apply.
Every cell is one of the four elements: water, fire, earth, or air. An equals sign between two cells indicates that those cells are the same element. The digit in a cell with a circle indicates the number of distinct elements present in the set of cells consisting of that cell and any orthogonally or diagonally adjacent cells (not all possible circles are necessarily given).
Element digit rules:
-The digit in a water cell must be 5 or less.
-The digit in a fire cell must be 5 or more.
-The digits in a pair of orthogonally adjacent earth cells must differ by 3 or less.
-The digits in a pair of orthogonally adjacent air cells must differ by 3 or more.
Element adjacency rules:
-A water cell and a fire cell may not be orthogonally adjacent.
-A water cell and an air cell may be orthogonally adjacent ONLY if the air cell is directly above the water cell.
-A fire cell must be orthogonally adjacent to at least one air cell, and to at least one other fire cell.
-All of the earth cells form a single orthogonally connected region.
f-puzzles
CTC
Solution code: For each cell in column 8, from top to bottom, type the cell's digit, followed by a single capital letter indicating the cell's element (A, E, F, or W), with no spaces. There will be 18 characters total, alternating number, letter, number, letter, etc.
Solved by KNT, wunder108, PippoForte, Dentones
Comments
on 4. November 2022, 16:55 by wunder108
It took me some days to solve it, I was getting crazy with this rules! lol But after correcting some wrong assumptions the solve started to flow and it is indeed a very beautiful and hard set! Thanks
Last changed on 28. October 2022, 17:19on 28. October 2022, 05:37 by KNT
I feel like I deserve an award for bifurcation for solving this
This took me *hours*. I have absolutely no idea what the logical path even remotely is, but I was hooked in the strangest possible way. Is this what being the sudokubender feels like?
---
Yeah, tbh while I was setting it, a lot of the logic felt kinda "brute force" to me as well. However, after re-solving it a few times, I have managed to find some more elegant logic to the same solution. In case you're curious, this is what my solve path looks like: https://www.dropbox.com/s/bsv3vetgfza42bt/last%20sudokubender%20solve%20path.zip?dl=0