GitHub - texteng/sudoku-solver: This is a sudoku solver program made for me to practice coding · GitHub
Skip to content

texteng/sudoku-solver

Repository files navigation

sudoku-solver

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

Requirements

  • nodejs v14+
  • npm

Instructions

  • Use npm install in the sudoku solver directory to install npm packages
  • To compile code type npm run build or npm 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

About

This is a sudoku solver program made for me to practice coding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors