Sudoku Challenges
Output Readme Download Replit Sel. & Copy Full

About

This repl generate some sudoku puzzles that have a particular challenge. Not every puzzle is completely solvable, but it is possible to use a particular strategy to solve one more cell.

To view this on TripleLog, click here.

HTML

The index.html file is a generated file from the genChallenges.html template. Choose the challenge type and then click refresh challenge. Every challenge type should eventually return a puzzle but you may need to click a few times. Different sized puzzles may or may not produce challenges.

CSS

Add CSS by editing the style.css file that is linked to in the head section or inline edit the style section in the head.

JavaScript

The makehtml.js file will generate the index.html.