realbasic-nug
[Top] [All Lists]

Re: Puzzle Creation

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Puzzle Creation
From: Tommy Single <thsingle4 at gmail dot com>
Date: Wed, 31 Aug 2005 18:19:44 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=IQ3bSjU1CkIeKOXEF/wp8+xFPd7E4rJgsdnj/idKMdIg8vrebiohusUdlZ3+qwCPRLnPRShOQ8gvHVb4MZKGyUDDXHwLVz5NrXxdm+exisslh5AuNkdFxJw3+PtFLI90RxZ3zF1MlhQjyauZgbJfNw01za5RtGEt06eVrMgbOAM=
References: <ea26a3e90508311454280b8ebb at mail dot gmail dot com> <E6126900-37CA-4377-8A43-CB2C1D38E199 at haranbanjo dot com> <6489b20205083115107ab5f01 at mail dot gmail dot com>
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>

<Prev in Thread] Current Thread [Next in Thread>