Skip to content

g-ki/Wordz-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordz-Solver

Fast command line Wordz Solver, build for fun :)


Build

Configure the project build with the following command. It will create the build directory with the configuration.

mkdir build; cd build  # Create a build directory.
cmake ..               # Configure the project.
cmake --build .        # Build all default targets.

Example

p l y o

b u i b

h s u o

w o i k

cd build
./solver ../en_dict.txt plyobuibhsuowoik

Releases

No releases published

Packages

No packages published