1.3.0 • Published 8 years ago
scrabble-solver-frontend v1.3.0
scrabble-solver
Available at: http://scrabble-solver.kamilmielnik.com/ (use npm version for better performance, your machine is most likely faster than this server)

Quick run
npm install -g scrabble-solverscrabble-solver
Usage
- put your letters in the
TILESinput field and hitEnterto find possible solutions for them on the board - space (
) means a blank tile (using blanks increases the time to find results) - sort results by clicking on table headers
INDEXisPOINTSto#TILESratio- hover over a result to see where it fits on the board and find the word definition
- click on a result to put it on the board
- filtering results works with regular expressions (e.g.
is$for words ending withis) - navigate through cells on the board with arrow keys
- when cell on the board is focused
- type a letter to put a tile
- hit
Backspace,DeleteorSpaceto remove a tile - hit
Ctrl + BorCommand + Bto toggle tile blank (important, because blanks are worth0points) - hit
Enterto search for results
- put a word in
FIND WORD DEFINITIONinput field and hitEnterto find its definition
Full build
npm installnpm run buildnpm start
Works with
- node 7.9.0
1.3.0
8 years ago