the generator skeleton
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user