added README
This commit is contained in:
parent
57c8968110
commit
619021cf59
13
README.md
13
README.md
@ -1,3 +1,14 @@
|
|||||||
# crosswords
|
# crosswords
|
||||||
|
|
||||||
Crossword generator
|
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
|
||||||
|
|
||||||
|
697425
server/steam@cake:
697425
server/steam@cake:
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user