uckf/README.md

15 lines
439 B
Markdown
Raw Normal View History

2024-02-06 01:39:58 +00:00
# uckf
2024-02-06 03:16:41 +00:00
A deeply unsatisfying word search.
## Usage
1. [install the Go compiler](https://go.dev/dl/) if you don't have it yet
2. clone this repo (`git clone https://git.chromaticdragon.app/kistaro/uckf.git`)
3. `go run uckf.go`
4. 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.