#puzzle-solver #word #star #solving #cli-tool #character #vg

app word-star-puzzle-solver

A CLI tool for solving VGs word star puzzle

3 releases

0.2.2 Jan 27, 2024
0.2.1 Jan 27, 2024
0.2.0 Jan 27, 2024

#665 in Command line utilities

Download history 10/week @ 2024-01-22 7/week @ 2024-02-19 43/week @ 2024-02-26 41/week @ 2024-04-01 100/week @ 2024-04-22

141 downloads per month

MIT license

1.5MB
86 lines

Word Star Puzzle Solver 🧩

A CLI tool for solving VGs word star puzzle.

Install ⬇️

Option 1: With Cargo

Make sure you have rust installed on your pc. Check how to install rust here.

When you have successfuly installed rust you can install the tool by running this:

cargo install word-star-puzzle-solver

Option 2: From Release

Install the binary file from releases.

Open a terminal where the binary file is installed and run it.

On windows:

.\word-star-puzzle-solver.exe --version

On unix:

./word-star-solver --version

How-to-use 🔮

Use --help for instructions on how to use the tool:

word-star-puzzle-solver --help

Example

Example word star puzzle from VG

word-star-puzzle-solver -r P -a B L Å Æ O E P

Note that P is present in both the required character argument and the allowed characters argument.

Result:

{"LOPP", "POOP", "PELE", "POLE", "OPEL", "PELLE", "POOL", "LOOP", "LOPPE", "LEPE", "POPP", "OPPE", "LEPPE", "PEPP", "PLOPP", "BOPEL", "POPE", "POLO", "POLL", "BEBOP", "EPLE", "LOOPE", "POPPEL", "PELL", "POPPE"}

Dependencies