A downloadable project

Download NowName your own price

A 9X9 Sudoku generator written in GML. It's a script bundle contained in the downloadable example project (only for GMS2).


It generates a puzzle with one function call and returns a 9X9 array. An optional additional function sets the "givens" for the generated puzzle and returns another 9X9 array. Example:

var p = sudoku_generate();
var u = sudoku_set_givens(p, 30);


Download

Download NowName your own price

Click download now to get access to the following files:

sudoku_generator.yyz 24 kB

Leave a comment

Log in with itch.io to leave a comment.