lisudoku / lisudoku_frontend

React front-end for lisudoku
https://lisudoku.xyz
GNU Affero General Public License v3.0
0 stars 1 forks source link

Implement Trainer #21

Closed PlayLikeNeverB4 closed 10 months ago

PlayLikeNeverB4 commented 1 year ago

Adjacent idea: Good practice puzzles for learning a technique - the ones that need that technique and the other steps are easy.

Show one house and user has to

How it works in HoDoKu - If learning mode is active any newly created sudoku will contain at least one instance of one of the selected techniques. The sudoku is automatically solved up to the point where that technique is applicable.

First simple version: find a simple digit.

How to generate trainer puzzles: process all user solutions, run the solver at each step and if there is a simple digit available add it to the list; maybe require manual review.