- Make sure not to save a combo of letters that was prev userd.
When working in dev env the app will look for the API locally at port 3000 so spin up the team-bee-api project.
npm run serve // Compiles and hot-reloads for development
npm run build // Compiles and minifies for production
npm run lint
npm run dictionary // Builds dictionary.json
The list used is for building an answers list is constructed as follows:
- Start with usa-61k.json
- Add usa-10k.json: 10,000 most frequently used English words
- Add custom.json: Short, manually compiled list of words
- Filter bad words
- Filter words shorter than 4 characters
- Filter words that use more than
usa-10k.json
Source: https://github.com/first20hours/google-10000-english
usa-61k.json
Missing: cootie, ecotone, iconic, neocon, nonce, nontoxic, toon, toonie, convoyed, cocooned, coed, condo.
eng-194k.txt
Missing: ecotone, neocon, and toonies.
Source: http://www.gwicks.net/dictionaries.htm
eng-466k.json
Missing: neocon and toonie.
Source: https://github.com/dwyl/english-words
bad-words.json
Sources: