the generator skeleton

This commit is contained in:
2025-03-13 16:23:14 +02:00
commit 7c90380d14
3 changed files with 47 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# cruciverb
A crossword puzzle engine that generates grids, fills them with real words, and turns them into IPUZ and PUZ files you can publish anywhere.
## Status
Very early. The fill works on small and mid-size grids. Exports are being shaped up.
## How to run
cargo run -p cruciverb-cli -- generate --width 15 --height 15