readme
This commit is contained in:
parent
79dbff72c1
commit
6aab6e4b96
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# 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
|
Loading…
Reference in a new issue