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.

Slides:



Advertisements
Similar presentations
Sprite-visual object (actor on the stage) Scripts- Tells actors (sprites) what to do.
Advertisements

Super Logo Help Sheets…. Help Save Open Memory View Problems Projects Shortcuts Click on the labels to find out more about each icon!
Mike Scott University of Texas at Austin
Bug Session One. Session description In this session, pupils are introduced to a programming sequence which will make a light pattern on their Bug. Objectives.
How to get started with Excel VBA. We need to enable programming in Excel  the “Developer menu”
Orange Boat 3Purple Boat 4Red Boat 5Yellow Boat 6Green Boat 2Blue Boat 1.
How to Debug VB .NET Code.
1 Introduction to the Visual Studio.NET IDE Powerpoint slides modified from Deitel & Deitel.
How to Chart a Medical Records Request in the PHI Log
Graphing Linear Equations From the beginning. All the slides in this presentation are timed. You do not need to click the mouse or press any keys on the.
Introduction to Visual Basic Chulantha Kulasekere.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Word Project 8 Working with Macros and Visual Basic for Applications (VBA)
1 Turn on the Wii, go to the Wii menu.. 2 Click on the Wii options.
Bug Session One. Session description In this session, pupils are introduced to a programming sequence which will make a light pattern on their Bug. Objectives.
Slide 1 Chapter 2 Visual Basic Interface. Slide 2 Chapter 2 Windows GUI  A GUI is a graphical user interface.  The interface is what appears on the.
Line up By Melissa Dalis Professor Susan Rodger Duke University June 2011.
Hello World In C++ and Microsoft Visual C++. Directions to begin a project 1. Go to All Programs 2. Open Visual Studio C++ 3. Click on New Project 4.
Copyright 2007, Information Builders. Slide 1 WebFOCUS Maintain – Enhancing Objects with JavaScript Mark Derwin Information Builders Information Builders.
© 2006 Lawrenceville Press Slide 1 Chapter 3 Visual Basic Interface.
1 Databound Controls. 2 Objectives You will be able to use design time data binding to display and update SQL Server database data without writing any.
App Inventor MIT App Inventor.
Using Waits, Loops and Switches WAIT please!. Waits, Loops and Switches Pre-Quiz 1. In programming, what is a loop? When is a loop useful? 2. How can.
Bug Session Four. Session description Objectives Session activities summary Resources Prior knowledge of sequencing instructions using Bug Bug website.
How to make a Shooting Target game in Scratch!. WE ARE GOING TO MAKE A TARGET GAME. This game will have: A Target that will move when clicked. A Timer.
Art 321 Lecture 7 Dr. J. Parker. Programming In order to ‘make things happen’ on a computer, you really have to program it. Programming is not hard and.
SUBMITTED TO: MS. QURRATULAIN RAJPUT SUBMITTED BY: VERDA YOUSUF BARAKZAI (BS-1) DATE OF PROJECT PRESENTATION: 31 ST MAY, 2010.
Using Microsoft Visual Studio C++ Express 2005 Name: Dr Ju Wang Ashwin Belle Course Resource:
Chapter 2 – Introduction to the Visual Studio .NET IDE
Debugging Visual Basic.NET Programs ► ► Use debugging tools ► ► Set breakpoints and correct mistakes. ► ► Use a Watch and Local window to examine variables.
Lab 1 : Introduction to LabView 1 Southern Methodist University Bryan Rodriguez.
Making Python Pretty!. How to Use This Presentation… Download a copy of this presentation to your ‘Computing’ folder. Follow the code examples, and put.
Standard Grade Programming using VB 1 Programming Visual Basic.
Illustration of a Visual Basic Program Running an Ada Program 1 by Richard Conn 11 September 1999.
 Color  Texture  Shape  Line  Space  Value  Form.
WHAT IN THE WORLD IS SCRATCH??? AN INTRODUCTION TO COMPUTER PROGRAMMING By MD Showman.
In the Racing Game of Knowledge Who will finish first? By:priya ridha p Click Here to Start 5 player Click Here to Start 1 player.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
StarLogoTNG 101 Treasure Hunt Game Unit Wrap Up. Today’s Agenda Review Mini-lesson and programming practice on set camera and ID Finish making the treasure.
™ SimBot Simulation Instructions. Step 1 Click on “>>Missions
Unit 2 Programming in Alice & Java 1. Day 1: Learning to Program  Objective: Understand the need for step-by-step logic; Basic working of a computer.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Review for Final June 13, 2016.
Visual Basic.NET Windows Programming
Collision Theory and Logic
Using the Lego Mindstorms Edu NXT Software
Scratch for Interactivity
Collision Theory and Logic
Graphing Linear Equations
Chapter 2 – Introduction to the Visual Studio .NET IDE
Scratch: iteration / repetition / loops
Based on Topic Work – African Savannah
Chapter 2 Visual Basic Interface
User Interface Tutorial
Event Driven Programming
Program and Graphical User Interface Design
HAPPY NEW YEAR! Lesson 7: If-statements unplugged
Algorithms Take a look at the worksheet. What do we already know, and what will we have to learn in this term?
Welcome to SCRATCH.
Press Ad Screen-shot.
Blue Boat 1 Green Boat 2 Orange Boat 3 Purple Boat 4 Red Boat 5
CS 106 Computing Fundamentals II Chapter 69 “Event Loop”
Using Waits, Loops and Switches
Create a Webpage 1. Go to weebly. com 2. Sign Up Free 3
Hour of Code Code.org/lightbot
Creating a Simple Game in Scratch
Category 1 Category 2 Category 3 Category 4 Category
Unity Game Development
Lesson 1 – using the LED lights
The storytelling icon game
Ready?.
Presentation transcript:

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 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).

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: 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

Lightbot Resources /index.html#representation /index.html#representation Ice at GT website

Name: Jeffery von Ronne main: f1 left f2 left step light step light f1: light step if purple jump if blue break if yellow f1 f2: step light step light right f2 if yellow Have students take a screen shot of their solution. Create the text algorithm to go with it.

Click on the question mark for explanation of commands and tiles