Turtle Maze Challenge
One of January's challenges was to create a maze to be solved using the Turtle:
Game Challenge
- Write a maze game that is navigated by the turtle, using arrow keys.
- Perhaps add a timer to see how quickly the player can navigate the maze.
- The trickiest bit will be preventing the turtle cross maze boundaries - perhaps share suggestions for this bit.
Here are some of the solutions:
By LitDev (Import QLM846)
By Jibba Jabba (Import NFV721-1)
Updated version: NFV721-2
By Nonki Takahashi (Import PNC833-17)
These contain many useful ideas and bits of code that could be used for other maze based games.
Amazing...
Comments
Anonymous
January 27, 2015
Wow! Nonki revisited his Turtle Maze 1.5 and refined the wall collision and timer! Great job to all three of you!Anonymous
January 27, 2015
Here's another turtle challenge from almost a year ago: blogs.msdn.com/.../small-basic-challenges-of-the-month-february-2014.aspxAnonymous
January 31, 2015
Here's an upgrade of my Turtle Maze: NFV721-2Anonymous
February 02, 2015
Jibba Jabba, I added the updated version into this blog post. Thanks!Anonymous
September 25, 2015
Ed unfortunately the import id's no longer work for my program. I've uploaded it to: gallery.technet.microsoft.com/Turtle-Maze-32663dc5 Thanks.