Rules:
Normal sudoku rules apply.
Purple lines have to contain consecutive non-repeating digits in any order (renban lines).
Gray lines are power lines. The digit in the middle of the power line has to be a result of the exponentiation of digits on the ends of the line. The order of exponentiation has to be determined by the solver. Digits on a line can repeat if allowed by other rules.
For example, if r1c5 is 2 and r3c7 is 3, then the digit in the middle of the power line in r2c6 can be either 8 (2^3=8) or 9 (3^2=9).
Lösungscode: Type row 5 then column 5 without spaces
am 4. Juni 2023, 15:48 Uhr von Chelo
Very nice puzzle, I’ve put in 4 stars because I have made the same mistakes several times. My fault anyway but it was quite hard to solve. Thank you for setting it!..
am 4. Juni 2023, 07:16 Uhr von kieserel
Fixed example
am 4. Juni 2023, 04:27 Uhr von Palfly Kampling
Just a little note, i think you mixed up the cells you used as examples. (only on LMD, in the app it's fine)
Nice puzzle :3
Answer: Thanks a lot! I knew I forgot to change it somewhere :)
am 4. Juni 2023, 01:07 Uhr von Nylimb
Nice one. Not too hard, although I messed up on my first try by overlooking a possibility.
Note that the power line in the example isn't actually in the puzzle.