Since making my first Anticamel Sudoku, which was only a 6x6 grid, I have been trying to make a 9x9 version. I eventually discovered that combining it with an antiking contraint led to a massive restriction and made this puzzle using that. The rules are as follows:
- Normal Sudoku rules apply
- Cells separated by a king move must not contain the same digit
- Cells seperated by a camel move (3 in one directions and 1 in another) must not contain the same digit. For example, r1c2 may not repeat in r2c5, r4c1, or r4c3
Solution code: Row 8 and Row 9