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