lightbot 2.0 armor games. lightbot 2.0 light-bot 2.0 is online puzzle game built on the principles...

6
Lightbot 2.0 Armor games

Upload: cecily-newman

Post on 29-Jan-2016

228 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Lightbot 2.0 Armor games. Lightbot 2.0 Light-Bot 2.0 is online puzzle game built on the principles of visual programming. Light-Bot 2 contains a set of

Lightbot 2.0

Armor games

Page 2: Lightbot 2.0 Armor games. Lightbot 2.0 Light-Bot 2.0 is online puzzle game built on the principles of visual programming. Light-Bot 2 contains a set of

Lightbot 2.0

• Light-Bot 2.0 is online puzzle game built on the principles of visual programming.

• Light-Bot 2 contains a set of standard levels divided into four categories: basic, recursion, conditionals, and expert

Concepts: • Logic• sequential programming• functions (created named blocks

of commands that execute when you use the name)

• recursion (when a function calls itself)

• conditionals (executing code when something is true).

Page 3: Lightbot 2.0 Armor games. Lightbot 2.0 Light-Bot 2.0 is online puzzle game built on the principles of visual programming. Light-Bot 2 contains a set of

Lightbot 2.0 In the game, the Lightbot 2.0 is programmed by arranging icons representing discrete actions onto a grid. The possible actions are:

step right left jump light f1 f2 break

After the player finishes building the program, they press the "Run" button.

Commands are grouped into three procedures: a "main method", a "function 1", and a "function 2".

When executing a procedure Lightbot, generally, executes each command of the procedure left-to-right, top-to-bottom

Page 4: Lightbot 2.0 Armor games. Lightbot 2.0 Light-Bot 2.0 is online puzzle game built on the principles of visual programming. Light-Bot 2 contains a set of

Lightbot Resources

• http://www.cs.cmu.edu/~tcortina/15110f11/pa1/index.html#representation

• http://armorgames.com/play/6061/light-bot-20

http://ice-web.cc.gatech.edu/dl/?q=node/628 - Ice at GT website

Page 5: Lightbot 2.0 Armor games. Lightbot 2.0 Light-Bot 2.0 is online puzzle game built on the principles of visual programming. Light-Bot 2 contains a set of

Name: Jeffery von Ronnemain:f1leftf2leftleftsteplightsteplight

f1:lightstep if purplejump if bluebreak if yellowf1

f2:steplightsteplightrightf2 if yellow

Have students take a screen shot of their solution. Create the text algorithm to go with it.

Page 6: Lightbot 2.0 Armor games. Lightbot 2.0 Light-Bot 2.0 is online puzzle game built on the principles of visual programming. Light-Bot 2 contains a set of

Click on the question mark for explanation of commands and tiles