A sudoku puzzle game implementation that automates common solving patterns. Some might consider that cheating, but that doesn't make it any less fun. Clicking the number pad on the right highlights potential positions for a given number. When completed, the number will turn green. Any errors are highlighted as red. The puzzle generation algorithm isn't very clever so games aren't great. You have unlimited undo and the current game is stored in local storage, give it a shot!