Blog Post

Small Basic Blog
1 MIN READ

Turtle Maze Challenge

Ed Price's avatar
Ed Price
Former Employee
Feb 12, 2019
First published on MSDN on Jan 25, 2015

Authored by LitDev


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

Published Feb 12, 2019
Version 1.0
No CommentsBe the first to comment