Skip to content

Finds solutions to a smartphone word puzzle based on a letter list

License

Notifications You must be signed in to change notification settings

gmath/word-puzzle-solver

Repository files navigation

Several family members play a smartphone game that requires the player to find words of a specific length using given letters. This webapp offers some assistance when stuck.

Getting Started

I run this on my local network in a docker container on my raspberry pi.

docker build -t word-puzzle-solver .
docker run -d -p80:80 word-puzzle-solver

Then put localhost into your browser and that should do it.

word-puzzle-solver

About

Finds solutions to a smartphone word puzzle based on a letter list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages