Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 664 Bytes

File metadata and controls

20 lines (18 loc) · 664 Bytes

puzzle-solver

Default Licence Issues

A command line tool that solve word search puzzles

Example

Animation

Building

Run:

mkdir cmake-build
cd cmake-build
cmake ..
cmake --build .

Note

You can use the word scrambler program to generate puzzle files for this program.