It could add interest to Sudoku puzzles if there were added to them any or all of the following extra boxes:
- The acute diagonal (/)
- The grave diagonal (\)
- The outer "exploded" box (the 9x9 box consisting of the top-left cell of the top-left box, the top-centre cell of the top-centre box, etc., like this:
- Code: Select all
#..|.#.|..#
...|...|...
...|...|...
---+---+---
...|...|...
#..|.#.|..#
...|...|...
---+---+---
...|...|...
...|...|...
#..|.#.|..#
) - The inner "exploded" box, thus:
- Code: Select all
...|...|...
...|...|...
..#|.#.|#..
---+---+---
...|...|...
..#|.#.|#..
...|...|...
---+---+---
..#|.#.|#..
...|...|...
...|...|...
- The central cross:
- Code: Select all
...|...|...
...|...|...
...|.#.|...
---+---+---
...|.#.|...
..#|###|#..
...|.#.|...
---+---+---
...|.#.|...
...|...|...
...|...|...
- The central saltire:
- Code: Select all
...|...|...
...|...|...
..#|...|#..
---+---+---
...|#.#|...
...|.#.|...
...|#.#|...
---+---+---
..#|...|#..
...|...|...
...|...|...
There are probably other interesting possibilities.
Does any designer/solver yet have this feature or anything like it?