Partilhar via


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)

Turtle Maze by LitDev

By Jibba Jabba (Import NFV721-1)

Updated version: NFV721-2

Turtle Maze by Jibba Jabba

By Nonki Takahashi (Import PNC833-17)

Turtle Maze by Nonki Takahashi

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.aspx

  • Anonymous
    January 31, 2015
    Here's an upgrade of my Turtle Maze: NFV721-2

  • Anonymous
    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.