A desktop application to solve sudokus and analyze images.
This can be particularly useful for solving geocaching mystery caches.
The project uses Qt as it has many great features and is in comparison to other GUI tools for C++ easy to use.
mkdir build
cd build
qmake -o Makefile ../QMake.pro
make -j 6
./ultimate_geocache_tool