-Normal sudoku rules apply.
-Cells that are a chess knight's move apart must no contain the same digit.
-Digits must not repeat in a killer cage. The digits in the cage must sum to the given total in the top left.
-Cells separated by X must sum to 10.
-Digits on an arrow must sum to the digit in the arrow's circle.
-Digits in equal distance from each end of a line must be equal.
-The number above a column or to the left of a row is the sum of all digits between 1 and 9 in that column/row.
-Cells with arrows facing inward must contain digits inferior to all orthogonal cells.
-Cells with grey circles must contain odd digits.
-Digits along the indicated diagonal must sum to the given total.
Sudoku:
- F-puzzles
- SudokuPad
Solution code: Row 5 (9 digits)
on 27. February 2024, 16:53 by Corey115
This puzzle excels at revealing just a little bit at a time with each deduction. I found that it was still a fairly straight forward solve path without giving away too much. Thank you for setting!
@Corey115: Thank you for your comment :)