- Sodoku
- Standard Grid (9x9, 3x3 subgrids)
- Classic
- Mini Grid (6x6, 3x2 subgrids)
- Giant Grid (16x16, 4x4 subgrids)
- Standard Grid (9x9, 3x3 subgrids)
- Constrainted-Based Gridded Sodoku:
- Standard Grid (9x9, 3x3 subgrids)
- Greater Than
- XV
- Standard Grid (9x9, 3x3 subgrids)
If you know of a puzzle type not listed above, please request it!
Download a Release or Get the Sources
- Install Golang
- Clone the repository
- Run
make
# Install Golang [apt / yum / dnf install golang]
$ git clone https://github.com/AlbinoGeek/number-place
$ cd number-place
$ make all
The binary will be built into the _dist
directory.
This project is licensed under the terms of the MIT License.