Solve a Squaredle puzzle at the command line or via a LiveView interface.
- Trie structure for word list.
- Grid structure for the board.
- Recursive search for acceptable words
- Presentation of solution paths in web
- Command-line interface
- Web interface to allow selection of standard vs express vs custom puzzles
- Should the path interface be SVG?
- Live entry of letters showing a building grid, either CSS or SVG
- Web component for grids