Skip to content

sooriravindra/Unwordler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unwordler

Unwordler is an application written in C++ using the wxWidgets GUI library to solve the popular word puzzle game : Wordle

Build

From project root:

mkdir build

cd build

cmake ..

cmake --build .

Others options

cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug // Generate ninja build files and use debug build

cmake --build . --target format // Run clang-format to auto indent the code

cmake --build . --target lint // Run clang-tidy and report linter warnings and errors

Demo

Unwordler Demo

About

An app to solve wordle puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published