Words, Etc. is a simple, stateless Scrabble solver built with Phoenix and Elixir. It allows users to input a set of letters and provides possible word solutions, each grouped by the number of letters, complete with definitions and Scrabble scores.
Clone the repository:
git clone https://github.com/sysread/wordsetc.git
To start the Words, Etc. application:
mix ecto.setup
mix phx.server
Just enter your letters in the provided input field and press Solve!
. The
application will return a list of possible words, each grouped by the number of
letters. For each word, the application provides its definition and Scrabble
score.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.