1.3.0 • Published 6 years ago

scrabble-solver-frontend v1.3.0

Weekly downloads
4
License
CC-BY-NC-ND-4.0
Repository
github
Last release
6 years ago

scrabble-solver

Available at: http://scrabble-solver.kamilmielnik.com/ (use npm version for better performance, your machine is most likely faster than this server)

alt frontend

Quick run

  1. npm install -g scrabble-solver
  2. scrabble-solver

Usage

  • put your letters in the TILES input field and hit Enter to 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
  • INDEX is POINTS to #TILES ratio
  • 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 with is)
  • 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, Delete or Space to remove a tile
    • hit Ctrl + B or Command + B to toggle tile blank (important, because blanks are worth 0 points)
    • hit Enter to search for results
  • put a word in FIND WORD DEFINITION input field and hit Enter to find its definition

Full build

  1. npm install
  2. npm run build
  3. npm start

Works with

  • node 7.9.0