Skip to content

Bearlock/Sudoku

Repository files navigation

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.

About

Javascript Sudoku implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published