https://github.com/jbush001/wordgrid
Word game
https://github.com/jbush001/wordgrid
Last synced: 2 months ago
JSON representation
Word game
- Host: GitHub
- URL: https://github.com/jbush001/wordgrid
- Owner: jbush001
- License: apache-2.0
- Created: 2025-04-08T15:23:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-02T19:21:55.000Z (5 months ago)
- Last Synced: 2025-05-02T20:23:04.709Z (5 months ago)
- Language: JavaScript
- Homepage: https://jbush001.github.io/WordGrid/
- Size: 6.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To run locally:
python3 -m http.server
Open browser to
The word list was derived from from the Moby public domain word list,
, specificallypython3 make_word_table.py CROSSWD.TXT CRSWD-D.TXT extra-words.txt
The alphabet frequency table is generated from that:
python3 make_freq_table.py
The output from this command is copy/pasted into the top of index.js.