I am working on a sudoku generator. I will tell you how it works.
Generate a full puzzle
-I'm taking all cels from a1 to i9 and I check if a random number from 1 to 9 is possible there. If none of numbers is possible I'm going 7 cels back and try again. It works for 99% but sometimes it lets browser crach.
(Need a fresh idea for generating puzzles on another way.)
-Then I let 10 numbers in cells a1 to c9, d1 to f9 and g1 to i9
So I have 30 numbers left. The puzzle is almost always not valid. :S
Then I add randomly 1 number till it can be solved with my sudokusolver.
Has anybody an idea about generating the puzzles and a good site with all solving techniques sorted by difficulty(for automated ranking).