scrabble-solver
Version:
Scrabble Solver 2 - Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Crossplay, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles.
13 lines • 455 B
JSON
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/api/dictionary/[locale]/[word]": "pages/api/dictionary/[locale]/[word].js",
"/api/verify": "pages/api/verify.js",
"/api/visit": "pages/api/visit.js",
"/not-found": "pages/not-found.html",
"/api/dictionary/[locale]": "pages/api/dictionary/[locale].js",
"/api/solve": "pages/api/solve.js",
"/": "pages/index.js",
"/404": "pages/404.html"
}