Normal sudoku rules apply.
Digits in a cage can not be orthogonally adjacent with a consecutive 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 an X must sum to 10.
Cells connected by an V must sum to 5.
All X's and V's are given.
Two lines of the same color (and bulb typ) are connected X lines. (both connected lines count as same constrant)
Counting from the bulb, the first cell of each connected X line sum to 10. the second cell of each line sum to 10 etc.
Any constraint type can not have a repeated digit in the puzzle. (if a cage contained a 1, no other cage can contain a 1.)
--------------------------------
Feel free to recommend this puzzle to anyone.
Feel free to take special rules for your own puzzle.
Feel free to give feedback.
Bless you!
---------------------------------
Example (lines of the same length and same color are connected X lines)
Solution code: give the digits of column 3 (top to bottom)
today, 15:48 by Saltensity
Wow, took me quite a bit as the logic is definitely not straightforward. Thanks for this creation :)
today, 12:01 by galium_odoratum
Fun puzzle, slow and steady coloring did the job for me, felt like a 4* logicwise, but the solving time says 3*. Thank you for setting!