Well, thanks for the info, but I'm not wanting to just get a solver or
generator, I want to create the app myself and learn how generators work.
Tommy Single
On 8/31/05, Philip Regan <pregan at gmail dot com> wrote:
>
> A quick Google search for open source code will reveal a Visual Basic
> Sudoku solver (and Perl, and Python, and C++, and... you get the
> idea). Generators aren't too far from there, either. The trick to
> creating a proper Sudoku puzzle is that it can only have one solution.
>
> I've toyed around with this as well, but deadlines, other
> priorities...you know how it goes...
>
> cheers
> --
> Philip Regan
> pregan at gmail dot com
> http://homepage.mac.com/pregan
> RB 5.5.5/2005r2, Mac OS 10.3.9, Mac-centric development
>
>
> On 8/31/05, Will Leshner <will at haranbanjo dot com> wrote:
> >
> > On Aug 31, 2005, at 2:54 PM, Tommy Single wrote:
> >
> > > What I want to do is have a program that generates a puzzle and
> > > checks to
> > > ensure that it is solvable and then have a set up of editfields for
> > > the user
> > > to enter the numbers into. Any help appreciated!!!
> >
> >
> > Say, I'm pretty interested in that problem as well. I've become
> > addicted to Sudoku as well and I've toyed with the idea of a Sudoku
> > generator in REALbasic. I wonder if this might be an interesting Rb
> > Developer article?
> >
> > --
> > REALbasic database options: http://sqlabs.net
> > REALbasic news and tips: http://rbgazette.com
> > KidzMail & KidzLog: http://haranbanjo.com
> >
> > _______________________________________________
> > Unsubscribe or switch delivery mode:
> > <http://www.realsoftware.com/support/listmanager/>
> >
> > Search the archives of this list here:
> > <http://support.realsoftware.com/listarchives/lists.html>
> >
>
>
> --
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives of this list here:
> <http://support.realsoftware.com/listarchives/lists.html>
>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|