powered by
Generate a random sudoku game starting point
seedGame(n = 3)
Size of the game, n^2 x n^2
A sparse unsolved sudoku game
Generates a game with one instance of each symbol in random positions.
# NOT RUN { set.seed(2345) g <- seedGame(3) sg <- solve(g) ## a completed random game plot(sg) # }
Run the code above in your browser using DataLab