A daily number guessing game built with Next.js. Guess the secret 5-digit code in 6 tries.
- Enter a 5-digit guess using the on-screen keyboard
- After each guess, colored tiles show how close each digit is to the target
- Green: exact match, Orange: off by 1-2, Dark Orange: off by 3-4, Red: off by 5+, Purple: Hidden
- Next.js 14+ with App Router
- TypeScript
- Tailwind CSS
- Sonner (toast notifications)
npm install
npm run devOpen http://localhost:3000 to play.
- Daily puzzles that reset at midnight
- Game state persistence (continue where you left off)
- Statistics tracking with shareable results
- Responsive design