/sudoku-solver.ch

A Sudoku solver with custom constraints for the browser

Primary LanguageTypeScriptMIT LicenseMIT

sudoku-solver.ch

This repository contains the code for www.sudoku-solver.ch.

It features a Sudoku solver with custom constraints which allows solving many types of Sudokus.

Built using Angular and Web Workers.

Release

Running

npm run build:prod

will build the site for each language and put them into the docs folder, which will then be provided by Github pages.