An open API service indexing awesome lists of open source software.

https://github.com/jbush001/wordgrid

Word game
https://github.com/jbush001/wordgrid

Last synced: 2 months ago
JSON representation

Word game

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,
, specifically

python3 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.