Go to file
Jonas Weinz 97b3dc26fb crossword generator difficulty adjusted 2023-04-02 18:19:30 +02:00
data changing de database again 2023-04-02 17:36:30 +02:00
js_client even more optimizations 2021-08-31 18:40:27 +02:00
server crossword generator difficulty adjusted 2023-04-02 18:19:30 +02:00
wiktextract@3b928d8122 add wikiextract as submodule 2020-05-03 11:17:11 +02:00
.gitattributes synced new data 2021-07-04 14:22:49 +02:00
.gitignore first version 2021-06-17 16:02:50 +02:00
.gitmodules add wikiextract as submodule 2020-05-03 11:17:11 +02:00
LICENSE Initial commit 2020-05-02 19:11:49 +00:00
Pipfile prototype of crossword generation 2021-06-13 21:06:55 +02:00
README.md added README 2021-07-04 14:33:45 +02:00

README.md

crosswords

A little project experimenting with crossword generation using dumps from the wiktionary project

At the current status a simple first version of server and client is ready and availble at https://antielektron.github.io/crosswords/ for testing.

Projekt structure:

  • ./data : jupyter notbooks to generate json databases for German and English, containing words and their hints.
  • ./server a websocket backend server, communicating with the client via json
  • ./js_client javascript client