Skip to content

ratbag98/squaredex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squaredex

Purpose

Solve a Squaredle puzzle at the command line or via a LiveView interface.

What I'll need

  • 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

About

Solve squaredles using Elixir and Phoenix LiveView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors