A beautiful, feature-rich Sudoku game available as a web app, PWA (iPhone), and Android mobile app.
🌐 Web: Play Sudoku
- 5 difficulty levels (Very Easy → Expert)
- Notes mode (pencil marks)
- Undo functionality
- Auto-save game state
- Timer with pause
- Sound effects
- Completion animation
- Dark theme
- Responsive design (mobile-first)
- PWA: Installable on iPhone from Safari
- Android: Native app via Capacitor
An integrated solving assistant (solver.html) that analyzes grids and suggests logical solving techniques, including:
- Hidden Singles
- Naked Pairs/Triples
- Remote Pairs
- XY-Chains
- And more...
- Open the app URL in Safari
- Tap the Share button
- Select "Add to Home Screen"
- Enjoy offline Sudoku!
# Install dependencies
npm install
# Dev build
npm run build:dev
# Production build
npm run build:prod
# Local server
npm run serveCreative Commons CC BY-NC 4.0
Created by: Victor Burtman