Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 460 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 460 Bytes

Sudoku

This is a JavaScript implementation of Sudoku

I have created a simple JSON array of 81 values. This array is retrieved and parsed after clicking the "Load JSON" button on my game page. Afterwards, this array is indexed through and fills in the cell elements of my game grid effectively creating a static prototype of my Sudoku game.

This JavaScript implementation has 3 difficulties with 3 different puzzles per difficulty.