Skip to content

Latest commit

ย 

History

History
59 lines (42 loc) ยท 1.13 KB

File metadata and controls

59 lines (42 loc) ยท 1.13 KB

๐ŸŽฎ My Sudoku

A beautiful, feature-rich Sudoku game available as a web app, PWA (iPhone), and Android mobile app.

๐ŸŽฏ Play Now

๐ŸŒ Web: Play Sudoku

โœจ Features

  • 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

๐Ÿ› ๏ธ Sudoku Assistant

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...

๐Ÿ“ฑ Install on iPhone

  1. Open the app URL in Safari
  2. Tap the Share button
  3. Select "Add to Home Screen"
  4. Enjoy offline Sudoku!

๐Ÿ”ง Development

# Install dependencies
npm install

# Dev build
npm run build:dev

# Production build
npm run build:prod

# Local server
npm run serve

๐Ÿ“„ License

Creative Commons CC BY-NC 4.0

Created by: Victor Burtman