This is a spin-off of the Daily Jumble games available in newspapers.
- Python3
pip install -r requirements.txtfor packages- Get PostgreSQL
- Create a Database named
YOUR_DB_NAME - Export
SECRET_KEYenvironment variable after generating a SECRET KEY - Export PostgreSQL
DATABASE_URLenvrionment variable as "postgresql://localhost/YOUR_DB_NAME" - Export
HOSTandPORTvariables as convenient. (localhostand5000in my case.)
python3 app.py
- You need to make sure you have a collection of words in your dictionary.
- Add words by going to "Add Words" tab and adding individual words, or uploading a CSV file with a column titled "Word" having all the words you like
- Go to "Create Puzzle" and enter the Question - Answer combination with a difficulty setting to create the puzzle.
- Share the URL for the puzzle and you are done!
- Custom/Personal Dictionaries
- Timer and Scorekeeping
- Arcade Mode