[Squeakland] [FUN]Maze constructor

John Voiklis voiklis at redfigure.org
Wed Sep 3 17:56:40 PDT 2003


Karl, very cool. The documentation is well written, as well; can I re-use?

Anyone else with internally documented (or not) projects not published to
the super swikis? I would love to see anything you are willing to share.

Thanks,

John

On Wed, 3 Sep 2003, Karl Ramberg wrote:

>
>
> Bert Freudenberg wrote:
> >
> > Ned Konz wrote:
> >
> > > On Wednesday 03 September 2003 01:07 am, Karl Ramberg wrote:
> > >
> > >>Oh, a quick update:
> > >>Here is the project with a little documentation.
> > >>http://www.squeakland.org/project.jsp?http://squeakland.org:8080/su
> > >>per/uploads/maze%20constructor.007.pr
> > >>
> > >>This is the version you want to use. Look at the cool garbage
> > >>collecting :-)
> > >
> > >
> > > Fun!
> > >
> > > However, it only backtracks by one square, so it gets stuck easily. In
> > > script3 you set the cursor to 1 and then increase it; what you
> > > probably want to do is move the resetting to 1 somewhere else, or
> > > just throw away the history after backtracking.
> >
> > No, what is missing is to move the first stack item to the trash holder.
> Right
> Most stuff should be fixed in this version:
> http://www.squeakland.org/project.jsp?http://squeakland.org:8080/super/uploads/maze%20constructor.011.pr
>
> > The cursor increase is just to test if the stack is empty - there seems
> > to be no other way to test the size of a holder.
>
> Right again.
>
> Karl
> _______________________________________________
> Squeakland mailing list
> Squeakland at squeakland.org
> http://squeakland.org/mailman/listinfo/squeakland
>


More information about the Squeakland mailing list