This is a sudoku solver program made for me to practice coding Many of the stretegies used to solve the sudoku puzzle can be found here: https://www.sudokuwiki.org
- nodejs v14+
- npm
- Use
npm installin the sudoku solver directory to install npm packages - To compile code type
npm run buildornpm run watch - To view Sudoku puzzles in your web browser open the index.html file
- Start editing the code in src/index.ts
- To run tests, type in
npm run test
