Normal sudoku rules apply.
Digits can not repeat within a cage.
All cages share the same 6 digits. (the 5-cell cage share 5 of the 6 digits)
Any cells inside a cage can not be a knight or king (chess) move away from the same digit.
Cells connected by a white dot must be consecutive.
Cells connected by a black dot must be in a 1:2 ratio.
Cells connected by a X must sum to 10.
Cells connected by a V must sum to 5.
Not all X and V's are given
Solution code: Give the digits of row 4 and 5
on 14. January 2024, 18:08 by NurglesGift
changed description
on 24. July 2023, 08:13 by NurglesGift
thank you. yes, only cells in cages have king and knight move constraints. ofc they can still see cells outside of the cages
on 23. July 2023, 23:02 by BellBear
Lovely puzzle, though I was confused a bit by the ruleset.
If a digit A is in the set of 6 digits that appear in cages, it can still be a king's or knight's move away from any other A if none of them are in a cage. If one of them is, this is not allowed.
Right?
on 23. July 2023, 19:58 by NurglesGift
rule clarification