Play Sudoku and other number placement games easily on any platform.
If you know of a puzzle type not listed above, please request it!
Download a Release or Get the Sources
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.