A deeply unsatisfying word search.
Kistaro Windrider
691c59462a
fun for seeing just how well it behaves on very large boards! it turns out printing the board is the slow part |
||
---|---|---|
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
-s
to specify a different grid size; for example,go run uckf.go -s 100
will create a 100x100 unsatisfying word search
Notes
This algorithm converges much more quickly than I expected.