Skip to content

PierreBhs/pips-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pips-solver

A C++ solver for The New York Times Pips puzzle.

Features

  • Solves Easy, Medium, and Hard daily puzzles
  • Colorful terminal output with region highlighting
  • Automatic download of today’s puzzle from NYT

Requirements

  • C++23 compiler (GCC 14+, Clang 17+)
  • CMake ≥ 3.15
  • curl command-line tool

Build Instructions

You can either run the just commands or these CMake ones

# Configure
cmake -S . -B build

# Build
cmake --build build

# Run
./build/main

Medium solution for 27/10/2025:

output

About

Pips solver in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors