Making a maze....

Lee Harr missive at frontiernet.net
Thu Nov 13 19:52:44 EST 2003


On 2003-11-13, Bernard Fields <TalksLikeGargoyle at hotmail.com> wrote:
> Greets, all.
>
>
> As the title suggests, I'm trying to make a maze.  Specifically, it's a
> top-down, 2-d maze, preferably randomly generated, though I'm willing to
> forego that particular aspect as this point.
>
> I've done many, many web-searches, but nothing that I've found so far has
> provided any clues....
>
>

How about xscreensaver?
http://www.jwz.org/xscreensaver/

The code is all C, but you could probably translate the algorithm
to python without too much trouble.

Looks like maze.c has at least 3 different methods.





More information about the Python-list mailing list