Sudoku
Introduction
A classic Sudoku game built with HTML5 and JavaScript. Features an efficient algorithm to solve puzzles using ECMAScript 5 array operations.
Gameplay
Fill the 9x9 grid with numbers so that each row, column, and 3x3 section contains all digits from 1 to 9. Use logic to solve the puzzle.
Controls
Click on a cell and type a number (1-9) to fill it. Use the solve button to see the algorithm solve the puzzle automatically.