Crates.io | word-star-puzzle-solver |
lib.rs | word-star-puzzle-solver |
version | 0.2.2 |
source | src |
created_at | 2024-01-27 15:28:24.861174 |
updated_at | 2024-01-27 16:05:12.301853 |
description | A CLI tool for solving VGs word star puzzle |
homepage | |
repository | https://github.com/MikkelAas/word-star-puzzle-solver |
max_upload_size | |
id | 1116785 |
size | 13,672,217 |
A CLI tool for solving VGs word star puzzle.
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
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
Use --help
for instructions on how to use the tool:
word-star-puzzle-solver --help
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"}