Tic Tac Toe
(Published on 25. April 2023, 00:10 by Jobo)
Hello, enjoy this puzzle!
All feedback and comments will be much appreciated!
This is a bit more challenging than some of my previous puzzles, but perfectly solvable with some interesting logic.
F-puzzles
CTC
Rules:
- Normal sudoku rules apply.
- Along thermometers, digits must increase from the bulb end.
- Digits along a purple (renban) line are a set of consecutive, non-repeating digits in any order. All crosses act as 5-cell renbans.
- Digits separated by a white dot must be consecutive. Digits separated by a black dot must be in a 1:2 ratio. Not all dots are given.
- The grey circle contains an odd digit.
- Cells in the same position within two 3x3 boxes cannot contain the same digit (disjoint sets) (i.e. r1c1 cannot be the same digit as r7c4 since they are both in the top left corner of a box).
Solution code: Row 2 followed by row 8.
Last changed on on 6. May 2023, 10:06
Solved by cfor, cdwg2000, Bjd, Dentones, boriss, flaemmchen, jalebc, Franjo, Tamuha, SKORP17, Megalobrainiac, by81996672, DiMono, tuturitu, apendleton, farodin64, arteful, Wyrdsister, jguer, MatB, palpot, dskaff, lovely, damasosos92, PippoForte, OuyangZheng, finger, Jodelbanane, martin1456
Comments
on 14. October 2023, 00:26 by damasosos92
Very nice puzzle, thank you!
on 6. May 2023, 10:06 by Jobo
Fixed mistake.