Skip to content

stastnypremysl/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Přemysl Šťastný
Nov 14, 2023
a13f85e · Nov 14, 2023

History

10 Commits
Nov 14, 2023
Feb 27, 2021
Nov 14, 2023
Nov 14, 2023

Repository files navigation

Sudoku-solver

HTML5 sudoku solver. Fill up the numbers in the table, click on the Solve it! button on the upper right side of the screen and either you get one of the possible solutions, or red square warning around a duplicite number.

Getting started

The web application doesn't require nothing more than web broswer. You can for example try it by

git clone https://github.com/stastnypremysl/sudoku-solver
firefox ./sudoku-solver/src/index.html

The application have been tested mainly on Firefox.

Screenshot

Screenshot