Skip to content
Snippets Groups Projects
Commit 96fa34db authored by LeonLicher's avatar LeonLicher
Browse files

Readme

parent b8e3f77b
No related branches found
No related tags found
No related merge requests found
Pipeline #173145 passed
# Eigene Website von Leon. Man kann in 3 Schwierigkeitsstufen die Anzahl an Nullen die im Sudoku dynamisch generiert werden bestimmen, das Sudoku lösen lassen.
# Eigene Website von Leon. Man kann in 3 Schwierigkeitsstufen die Anzahl an Nullen die im Sudoku dynamisch generiert werden bestimmen, das Sudoku lösen lassen. Es gibt die Möglichkeit es als User selbst über Inputfelder an den Stellen der "leeren Zellen" zu lösen und und zu jeder Zeit auf Korrektheit der aktuellen Lösung zu prüfen.
# TODO: Formatting of the Buttons
# TODO: maybe in the future possibility to put solve the sudoku in UI with checking
# TODO: Overall better looking page
# TODO: Bug that the table is not going back to prev color when you click "Generate new Sudoku" while it is displaying Auswerten result
## Sudoku
......
......@@ -61,6 +61,7 @@
setTimeout(() => {
table.style.backgroundColor = "white"; // Set to original or your desired color
try {
const element = document.getElementsByName('input');
element.style.backgroundColor = "white";
} catch (TypeError) {
console.log("caught not able to read input Error")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment