A deeply unsatisfying word search.
go.mod | ||
LICENSE | ||
README.md | ||
uckf.go |
uckf
A deeply unsatisfying word search.
Usage
- install the Go compiler if you don't have it yet
- clone this repo (
git clone https://git.chromaticdragon.app/kistaro/uckf.git
) go run uckf.go
- you can use
-n
to specify a different grid size; for example,go run uckf.go -n 100
will create a 100x100 unsatisfying word search
Flags
-n <int>
-- use a grid with edges of length n-s
-- summary mode; do not print intermediate grids, only summaries-r=false
-- suppress final result (only print a summary for that)
Notes
This algorithm converges much more quickly than I expected.