Number Space: Version I
Play Sudoku without the typical 9x9 grid. This game is also playable at 06tron.github.io/numberspace.
| Status | Released |
| Platforms | HTML5 |
| Rating | Rated 5.0 out of 5 stars (8 total ratings) |
| Author | 06tron |
| Genre | Puzzle |
| Tags | 2D, browser, geometric, logic, logic-puzzle, Math, non-eucledian, non-euclidean, Open Source, sudoku |

Comments
Log in with itch.io to leave a comment.
Is there any way you could make an editor?
Making an editor, at least a basic one, is a good idea. But I would do that as part of version 2. The existing puzzles were simple enough that I could design them on paper and manually type each definition into puzzle_boards.js
Fair enough
you should add colourblind options for puzzle 3
It's not the best fix but now you can use the query parameter 'single-color' when loading the GitHub Pages site: 06tron.github.io/numberspace/?single-color
I looked ahead and saw puzzle four's digit set and hoped that it would include all symmetries of a square. It turns out to only have one reflection.
You're right it doesn't take full advantage of the F shape. I just needed a set of four symbols (in this case it's the four rotations of 'F'), each of which transform into a new symbol when reflected over the northeast diagonal. I do hope to make more puzzles with that symbol set in the future. Edit: In the second version there will be multiple options to pick from.
you could've just used the digits 1, 2, 3, and 4. that would've made it way easier to keep track of the digits