LightBot Game
LightBot is an online game that covers some fundamental programming concepts.
Here is an example level
- You must produce a list of commands to direct a robot around a board.
- You drag and drop the commands into cells, then click "Go!" to make the robot perform the commands.
- Your goal is to make him light up all the blue tiles.
- Your score is determined by how many commands you have in the cells. You want to use the fewest possible commands to get the lowest score.
Basic Specification
Play the first 10 levels of the LightBot game. Your goal is to use the fewest possible commands to make your robot light up all of the tiles. See if you can beat my score of 141 commands for 10 levels. Note that a level disappears when you finish it — so you score will disappear when the next level starts!
Bonus Specification
For bonus credit keep going, I used 181 commands for all 12 levels.
Submission
Report your score on the Piazza discussion board.