I am making a playable binary sudoku game for the terminal with node, most the game is finished, but grid generation is missing, and i want to know how does binary sudoku grid generation works
I tried inserting a 0/1 in each of the cells if Math.random() returns a number lower than 0.3, but that sometimes generated an unbeatable grid