Re: Trying to force turtle back to beginning of maze after collides with wall

2013-10-14 Thread Denis McMahon
On Sun, 13 Oct 2013 15:26:03 -0700, baujacob wrote: > Hi everyone, I'm trying to create a simple maze program. When the user > finishes the maze, I want to print in big letters "You Win!" and when > the user hits a wall, I want the user to go back to the beginning of the > maze. The problem is "co

Trying to force turtle back to beginning of maze after collides with wall

2013-10-13 Thread baujacob
Hi everyone, I'm trying to create a simple maze program. When the user finishes the maze, I want to print in big letters "You Win!" and when the user hits a wall, I want the user to go back to the beginning of the maze. The problem is "collision detection" which is an advanced topic and I'm only