A web-based clone of the discontinued NYT Digits game.
- You're given 6 starting numbers and 1 target number
- Combine any two numbers using +, −, ×, ÷ to create a new number
- The result replaces the numbers used, leaving you with 5, then 4, etc.
- Goal: reach the target exactly (or get as close as possible)
- Division only allowed if result is a whole number
- ⭐ Within 25 of target
- ⭐⭐ Within 10 of target
- ⭐⭐⭐ Exact match
- Select a number
- Select an operator (+, −, ×, ÷)
- Select a second number
- The result appears in place of the second number
- Repeat until you reach the target!
npm install
npm run devnpm run buildDeployed to Cloudflare Workers at digits.lornest.dev
npm run deploy- React 19
- TypeScript
- Vite
- Cloudflare Workers