Generate crossword puzzle grids (clues sold separately).
- A Neo4j installation (graph DBMS)
- Neo4j Python driver
pip install neo4j
- Copy
lex/neo4j/config_sample.ini
aslex/neo4j/config.ini
and update the database credentials. - Load some phrases.
- A phrase is one or more words together, with no spaces.
python3 lex/neo4j/load.py your_dictionary.dat
- Coming soon: generate a puzzle!