Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56779
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-10-13 14:52 -0700 |
| Message-ID | <4c8e9740-25ef-4531-89db-467eb18c673f@googlegroups.com> (permalink) |
| Subject | basic maze problem with turtle |
| From | baujacob@gmail.com |
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 in a beginning programming class. Is there anyway I can force the user back to the starting point when the turtle hits the wall? Thank you in advance.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
basic maze problem with turtle baujacob@gmail.com - 2013-10-13 14:52 -0700
Re: basic maze problem with turtle baujacob@gmail.com - 2013-10-13 15:18 -0700
Re: basic maze problem with turtle Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-10-13 21:53 -0400
Re: basic maze problem with turtle Joshua Landau <joshua@landau.ws> - 2013-10-14 23:58 +0100
csiph-web