Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 580 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 580 Bytes

WebPlay

See demo at: https://webplay.shanzid.com/

A new and refined website version of the Android app WordPlay. The program takes two inputs:

  1. The scrambled string of letters ("Letters")
  2. The desired word length of the output ("Spaces")

Although two word lists there, the program only takes the smaller word list for improved speed and accuracy. (The bigger word list has meaningless words and often causes severe lag on lower-end devices.)

How it works: Basically brute force. Matches each word in the dictionary to see if the letters present match the input letters.