Skip to content

Add game redoku (Sudoku)

Jeremy Soller requested to merge Stephen-Seo:master into master

Created by: Stephen-Seo

Can generate puzzles based on input seed, and solve puzzles after choosing the amount of values to hide.

Can also just generate and print puzzles with the "-s " arguments.

(It's technically possible that this program could never end generating a puzzle if it got a bad seed, but I tested at least 500 seeds with a script and it appears to be fine.)

Merge request reports