Re: [python-uk] more maze

2013-05-12 Thread Thomas Hunger
e turtle carve out the > path of the maze. > > I also added entrances when the path hits the edge. So now we have a > familiar looking maze: > > [image: Inline images 1] > Instructions: Pick 2 opposite entrances and try to get from one to the > other. > > I wonder if we cou

Re: [python-uk] more maze

2013-05-06 Thread Tim Golden
On 06/05/2013 19:26, Thomas Hunger wrote: Here's an implementation of a random spanning tree where the nodes are coordinates on a plane so one can render them later: https://gist.github.com/teh/5526976 Thanks, Thomas. For those wondering, last Thursday's London Python Dojo was all about gene

[python-uk] more maze

2013-05-06 Thread Thomas Hunger
Here's an implementation of a random spanning tree where the nodes are coordinates on a plane so one can render them later: https://gist.github.com/teh/5526976 ~ ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/pyt