How To Train Your Robot
drtechniko.wordpress.com
How To Train Your Robot
1–10 of 43 posts
Re: How To Train Your Robot
#2Re: How To Train Your Robot
#3Re: How To Train Your Robot
#4Re: How To Train Your Robot
#5RoboRally is a board game where you have to program your robots next 5 steps with instruction cards (turn left/right, move, ...).
Re: How To Train Your Robot
#6I usually teach algorithms without using a computer as well. I put kids in groups, and give them a shuffled deck of cards. How can we sort it as fast as possible? Can they come up with their own techniques? Then we have little challenges to see which group sorts it the fastest, and they explain their "algorithm" to the others.
It's an intuitive way to introduce many concepts (including parallelism, yay) without using a computer. I think it's critical to show that this elegance in computing transcends the machine.
Re: How To Train Your Robot
#7Reminds me of my first ever programming class -- http://www.stanford.edu/class/cs106a/handouts/karel-the-robo...
Re: How To Train Your Robot
#8This reminds me of playing RoboRally ( http://www.wizards.com/default.asp?x=ah/prod/roborally ). RoboRally is a board game where you have to program your robots next 5 steps with instruction cards (turn left/right, move, ...).
Re: How To Train Your Robot
#9Re: How To Train Your Robot
#10It's exactly the kind of thing I used to do when I first tried a programming language (printing random stuff 500 times already feels strangely empowering... not to mention email spamming scripts!). I guess it's one of the main purposes computers were made for.