Normal Sudoku Rules apply. Every row, column and marked region in the puzzle must contain the digits 1-9 exactly once.
Additional Rules:
Global Entropy: Divide the digits 1-9 into low(123), middle(456), and high(789) digits. Every 2x2 cell group in the puzzle must contain at least one digit of each group.
X-Sums: Digits on the outside of a row or column indicate the sum of the first n digits, n being the first digit in that row or column."
Solution code: box 5 left to right, top to bottom
on 30. November 2024, 19:28 by siliciousreese
Nice Puzzle! My first entropy (that I finished)
on 26. November 2024, 22:19 by AParliamentofOwls
solution code description updated
on 26. November 2024, 22:18 by AParliamentofOwls
oh oops, sorry, I'll change it
on 25. November 2024, 15:06 by fuxia
The actual solution code is box 5 left to right, *then* top to bottom.