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.