You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jonas Weinz 97b3dc26fb crossword generator difficulty adjusted 6 months ago
data changing de database again 6 months ago
js_client even more optimizations 2 years ago
server crossword generator difficulty adjusted 6 months ago
wiktextract@3b928d8122 add wikiextract as submodule 3 years ago
.gitattributes synced new data 2 years ago
.gitignore first version 2 years ago
.gitmodules add wikiextract as submodule 3 years ago
LICENSE Initial commit 3 years ago
Pipfile prototype of crossword generation 2 years ago
README.md added README 2 years ago

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