Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 381 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 381 Bytes

A Sudoku generator, solver and game written in JavaScript (ES6). It is based on Peter Norvig's Solving Every Sudoku Puzzle. You can read about the algorithms and access the original Python implementation from that link.

Currently the game only has one level and it's very hard. You can play it here.