A JavaScript Sodoku game.
JS Sudoku library from @robatron
I tried to create my own puzzle generator but kept running into problems with backtracking so I used an already existing library.
Using the library I created an interface for it. The 'game.js' file is the main file that is doing all the outputting and formatting.
mir-mirsodikov/JS-Sudoku
A game of Sudoku made using JavaScript. This fall semester of 2019 I spend learning HTML and CSS and late in the year started learning JavaScript. This project was meant to be a fun way for me to hone my skills and learn more about JavaScript as I create a project.
JavaScript