Normal Sudoku rules apply. Additionally:
1. In each box X, if X is odd, then X in that box must appear in row X, column X, or both if possible.
2. In each box X, if X is even, then X and X - 3 in that box cannot appear in row X or column X.
3. 3 of the boxes in the grid, to be deduced by the solver, are cloned magic squares in which each row, column, and diagonal sums to the same number and all digits appear in the same locations in each box.
4. Standard anti-king: cells that are a king's move (in chess) apart cannot contain the same digit.
F-Puzzles link: https://f-puzzles.com/?id=yzjhye76
CTC link: https://tinyurl.com/nothingnesssudoku
Solution code: Row 8, column 5.
on 14. January 2023, 00:15 by Mr.CHEN
Can you add CTC's embedded solution? I am not completely sure that my solution is correct.
on 30. September 2021, 23:51 by sPaulding
Very clever and always satisfying to start with a blank grid and finish with a solution. Well done!
on 26. September 2021, 00:19 by rictech
Thanks for the puzzle! Not too bad once I got my head around the rules.