Puzzle 1
Welcome to the puzzle writeups, the purpose of these pages is simply to show the puzzles and talk briefly about my thought process when I made them, furthermore the simpleist solution is provided on-page for anybody who doesn’t want to work through the puzzles themselves.
Puzzle 1 is a simple introduction to the API, the screen next to the puzzle explains a little bit about using the tablet to send commands, and that the command you need is simply turtle.forward()
This puzzle should be quite easy to do, I was surprised with how many people were able to pick up on how to use the tablet and complete the puzzle with little work.
Solution
turtle.forward()
turtle.forward()
turtle.forward()