Normal sudoku rules apply
All standard rules apply:
EXCEPT, every line(german whisper,renban) is exactly 4 cells long, does not branch and only moves orthogonally.
German whispers: Adjacent digits along a green line have a difference of at least 5.
Renban lines: Digits on a purple line must form a set of consecutive digits in any order, without repeats.
Kropki: Digits separated by a black dot have a 1:2 ratio. Digits separated by a white dot are consecutive.
not all dots are given.
X/V : digits separated by an X sum to 10, digits separated by a V sum to 5. not all X/Vs are given.
Fog of war: The grid is partially covered with fog. Correctly placed digits will clear the fog around that cell. No guessing is required.
CTC: https://sudokupad.app/sweko4inpt
Solution code: Column 8, top to bottom
on 21. July 2024, 19:58 by michael_787
Perhaps I missed something crucial, but for me it was rather a 2*. Nice flow.
on 8. July 2024, 21:27 by uvo_mod
For images, you need to upload your image files here:
https://logic-masters.de/Dateien/
In the <img:xxxxxx> tag, use the file ID instead of xxxxxx.
on 8. July 2024, 13:19 by samuelsamjo
immage)?
on 8. July 2024, 13:17 by samuelsamjo
spaces
on 7. July 2024, 23:07 by SirMoose
@samuelsamjo If you type <br> it puts a line break. Try and find an html guide online, there are quite a few. After you get one or two figured out, you can kind of copy and paste the basic formatting and it gets easier.
on 7. July 2024, 19:36 by gdc
very cool puzzle. I liked the overall flow although I think the "fixed line length rule" could have done a bit more.
I think the low rating is mostly due to the formatting of the puzzle page. As @jinkey mentioned, you'll need to use html to typeset text and including images works via the <img:xxxxxx> syntax.
on 7. July 2024, 15:00 by uvo
Also, please add a puzzle image, not just a link to your puzzle (for your other puzzles too).
on 7. July 2024, 14:50 by jinkey
the text is in HTML code I think. To make line spaces you can put <p> between each line. This resource helped me publish puzzles: https://logic-masters.de/Raetselportal/Hilfe/einstellen.php?chlang=en#tippsundtricks
on 7. July 2024, 14:44 by samuelsamjo
how to get spaces in the text?