sugoku
A sudoku generator and solver written in Go.
Build
In order to build this, you need Go 1.19+ and Make installed.
From the project root, run
make sugoku
This will build the binary at bin/sugoku
.
Running
Once built, the binary is run with
./bin/sugoku
Tests
If you want to run the tests (for some reason) use
make test