Have you guys played around with this app yet? It's incredible. I'm really impressed. I thought it would be a dumb little gimmick designed solely for PR purposes, but it's actually astonishingly good.
I've been messing around with it. There are answer keys on some but not all. You really only have the steps it gives you up top and it expands over time. Things like turning around require two left turns or later on you get a turn around function.I have...a little. I tried to run through some of the levels with my 9-year-old daughter, but then, somehow, we got stuck on one of them. And then I realized there's no answer key. And then I searched Google and STILL can't find an answer key or walk-through! Of course, that was about a week ago, but it's pretty annoying when you get stuck on something designed for children and you can't find an answer anywhere. I can't remember what level it was, but it was something with nested loops (or maybe while loops?) and I had to have some sort of command that made the guy keep walking until he hit a dead end, and then turn. Or, maybe I needed a command to make him turn when a turn was available. The hard part was I didn't know what command or condition to use to TEST whether a turn was available. And there are no instructions, no answer keys and the only hint is something obvious and useless, like "You will need to use a nested loop here." Really? No kidding?
So, if anyone knows of any walkthroughs, that would be very helpful for this dummy (i.e., ME) since I obviously don't have a clue. Thanks!
I've been messing around with it. There are answer keys on some but not all. You really only have the steps it gives you up top and it expands over time. Things like turning around require two left turns or later on you get a turn around function.
@DrMotownMac,
Any development on your Swift Playgrounds experience? I've been keeping with it fairly well for about a month now. I'm loving it! I remember being well stumped on the nested while loops for a couple of days, too. It was a doozy! Keep at it, and keep trying different things until it starts to make more sense and start working better.
Also, don't worry. The puzzles only get harder!