basic maze problem with turtle

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

basic maze problem with turtle

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

Re: basic maze problem with turtle

2013-10-13 Thread baujacob
On Sunday, October 13, 2013 2:52:50 PM UTC-7, bauj...@gmail.com 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.

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

On click functions with turtle?

2013-10-20 Thread baujacob
Hi everyone, I have this program that writes out the name "John" in block letters. I was just messing around because we were just introduced to turtle a few weeks ago in class and I'm just getting the hang of it. Before I was using "goto" a certain angle, but now I'm using "seth" and it's so muc