Tetris Sudoku
(Published on 25. February 2023, 21:51 by Lutterot)
Consider this a screenshot of a game of Tetris. A new tetromino just fully appeared at the top of the screen. It's the puzzler's task to locate this missing Tetris block, draw that shape in and solve the sudoku.
Rules
Add one more tetromino such that at least one of its cells is in row 1 and the sudoku solves according to standard sudoku rules. Identical tetrominoes have identical colours and have the same digits in the same positions. Adjacent digits within each tetromino differ by at least 5.
Link: Play on CtC
Solution code: Row 1 from left to right then row 2 from left to right as 18 characters.
Last changed on on 26. February 2023, 20:47
Solved by SKORP17, tryote, Dentones, Al Fresco, steelwool, sacklunch, IEEE754, britboy3456, jessica6, steperlich
Comments
Last changed on 21. July 2023, 20:43on 21. July 2023, 20:35 by steperlich
Thanks for explanation
Last changed on 21. July 2023, 10:27on 21. July 2023, 10:03 by steperlich
I like that kind of Sudoku, but I cannot find a solution.
Questions:
- The additional tetromino must "stop" with the bottom cell on an existing tetromino ?
- One cell must be in row one, it is possible that other cells of that tetromino are outside the sudoku ?
_______
The tetromino "fully appeared", so all four cells are in the Sudoku grid and at least one of its cells is in row 1. It does not overlap with any existing blocks in the grid, but touching them is allowed. When you add the tetromino, add it where it appears.