No description
Find a file
2024-10-07 16:38:32 +02:00
.idea Initial commit 2024-10-04 14:50:40 +02:00
src/main/java/eu/m724/crossword Improved collision checker 2024-10-07 16:35:30 +02:00
.gitignore Initial commit 2024-10-04 14:50:40 +02:00
pom.xml Initial commit 2024-10-04 14:50:40 +02:00
README.md readme 2024-10-07 16:38:32 +02:00

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