A C++ solver for The New York Times Pips puzzle.
- Solves Easy, Medium, and Hard daily puzzles
- Colorful terminal output with region highlighting
- Automatic download of today’s puzzle from NYT
- C++23 compiler (GCC 14+, Clang 17+)
- CMake ≥ 3.15
curlcommand-line tool
You can either run the just commands or these CMake ones
# Configure
cmake -S . -B build
# Build
cmake --build build
# Run
./build/mainMedium solution for 27/10/2025:
