Skip to content

Files

Latest commit

 

History

History
41 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.07 KB

Test | Build | Deploy

Words, Etc.

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.

Setup

Clone the repository:

git clone https://github.com/sysread/wordsetc.git

To start the Words, Etc. application:

mix ecto.setup
mix phx.server

Usage

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.

Contributing

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.

License

MIT