The only 100% visually faithful recreation of the Pips game by The New York Times! Comes with an Edit mode and a Play mode which randomly generates boards to play with a share button for challenging your friends.
Note: This implementation is under active development and is not yet production-ready.
- Edit Mode - Create custom puzzle boards with a visual editor
- Play Mode - Randomly generated boards to solve
- Share - Share puzzles with friends via URL
- Faithful Recreation - Pixel-accurate colors, borders, and domino rendering
- Drag & Drop - Place dominoes by dragging them onto the board
- Next.js - Built with Next.js and React
- Node.js 18+
- npm
# Clone the repository
git clone https://github.com/Swofty-Developments/nytimes-pips.git
# Install dependencies
npm install
# Run development server
npm run devThen open http://localhost:3000.
Thanks to all contributors.
See repository for license details.