From: Mike Moore Date: 2007-04-03T04:44:18+09:00 Subject: Re: Logic puzzle generation ------=_Part_119583_30253186.1175543054683 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 4/2/07, Todd wrote: > > On Apr 2, 1:46 pm, "Augie De Blieck Jr." wrote: > > APress has a book called PROGRAMMING SUDOKU that might be up your alley: > > > > http://www.apress.com/book/bookDisplay.html?bID=10111 > > > > "This is a fun, intriguing read whether you're a novice or advanced > > programmer. It acknowledges the.NET platform as a base, but you'll > > find this book interesting whatever your programming background. The > > core techniques in the book enable you to solve Sudoku on any > > programming platform." > > > > -Augie > > Thanks for the reply, but what I really want to do is generate the > puzzle, not solve one that already exists. While I haven't read the book, it does seem to cover how to program the puzzle, not just solve it. You may want to download the VB.NET code and see if it help you before you dismiss it entirely. It has a SudokuPuzzle class with a GetPuzzle method that generates new puzzles. Here are a couple URLs that might also be helpful: http://sudoku.rubyforge.org/ http://www.rubyquiz.com/quiz43.html http://www.xprogramming.com/xpmag/OkSudoku.htm http://www.google.com/search?q=sudoku+ruby Todd > > > ------=_Part_119583_30253186.1175543054683--