10 lines
305 B
Markdown
10 lines
305 B
Markdown
|
# Crossword generator
|
||
|
|
||
|
### Usage
|
||
|
See `src/main/java/eu/m724/crossword/Main.java`
|
||
|
|
||
|
### Speed
|
||
|
Generally, slow. \
|
||
|
Compared to mining:
|
||
|
- difficulty: the "tighter", the slower. It has to fit the words on the surface somehow, it bruteforces a good placement, if it's more crowded it'll have to try harder
|
||
|
- luck
|