Aplicació Sudoku SPA amb React + Vite
Go to file
Eduard Duran b2cc21a354 Add secret auto-solver unlocked via Konami code
Logical-only solver (naked + hidden singles, no backtracking) fills one
cell every ~2-3s with a blink animation, so progress is only made when
the deduction is certain.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 14:00:13 +02:00
src Add secret auto-solver unlocked via Konami code 2026-04-26 14:00:13 +02:00
.gitignore Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
deploy.sh Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
index.html Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
package-lock.json Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
package.json Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00
vite.config.js Initial commit: Sudoku SPA 2026-02-10 23:59:52 +01:00