INTRODUCTION TO KODU PROGRAMMING PGCE IT & CS Steve & Jean.

Slides:



Advertisements
Similar presentations
Foundations of Programming and Problem Solving Introduction.
Advertisements

Eric Gallery Manuel Mendez David A. Turner Arturo I Concepcion.
Chapter 1 - VB 2008 by Schneider1 Chapter 1 - An Introduction to Computers and Problem Solving 1.1 An Introduction to Computers 1.2 Windows, Folders, and.
AA high level programming language. IIt is created by Microsoft. UUses a graphical environment called the Integrated Development Environment (IDE).
Introduction to Visual Basic Programming. Lecture Outline History What is Visual Basic First Look at the VB 6.0 Environment Some VB Terminology Our first.
Your First C++ Program Aug 27, /27/08 CS 150 Introduction to Computer Science I C++  Based on the C programming language  One of today’s most.
CVEV 118/698 Visual Basic Lecture 1 Prof. Mounir Mabsout Expert 1: Elsa Sulukdjian Expert 2: Walid El Asmar.
LemGen (Linguistic EMulation and Generation ENgine) CS491 Project Chris Lemcke.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Information Technology Center Hany Abdelwahab Computer Specialist.
Telerobotics on the Internet James Mellington. Overview Telerobotics Project Goals Basic System Components The Original System Extension of the System.
Guide To UNIX Using Linux Third Edition
Starting Out with C++: Early Objects 5/e © 2006 Pearson Education. All Rights Reserved Starting Out with C++: Early Objects 5 th Edition Chapter 1 Introduction.
Chapter 9 Introduction to ActionScript 3.0. Chapter 9 Lessons 1.Understand ActionScript Work with instances of movie clip symbols 3.Use code snippets.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Chapter Introduction to Computers and Programming 1.
CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming.
ProgrammingLanguages Programming Languages Event-Driven Visual Programming Languages This lecture discusses the basic concepts of the event-driven programming.
Unit 20: Event Driven Programming
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming 1.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Chapter 1: Introduction to Computers and Programming.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
Lesson 6. GCSE Computing – programming languages Candidates should be able to:  describe common tools and facilities available in an integrated development.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Programs, programs, everywhere! This is a starter activity and should take 5 minutes 1.Open up a text editor such as Notepad. 2.Write a list of all the.
Computer Concepts 2014 Chapter 12 Computer Programming.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
1.1 Introduction to Programming academy.zariba.com 1.
Kodu Game Lab. kodu game lab Kodu Game Lab is a visual programming language from Microsoft subsidiaries. Created specifically for creating games. It is.
CHAPTER TWO INTRODUCTION TO VISUAL BASIC © Prepared By: Razif Razali 1.
University of Sunderland CIF 102/FIF102 Fundamentals of DatabasesUnit 15 Programming in Microsoft Access using VBA Using VBA to add functionality.
Microsoft Visual Studio 2010 Teacher: Ms. Olifer.
Introduction to Programming G50PRO University of Nottingham Unit 2 : Introduction To Scratch Paul Tennent
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
© 2000 – All Rights Reserved - Page 1 Introduction to JavaScript Programming Part One.
1 12/4/1435 h Lecture 2 Programs and Programming Languages.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Copyright 2003 Scott/Jones Publishing Standard Version of Starting Out with C++, 4th Edition Chapter 1 Introduction to Computers and Programming.
Chapter 1 Introduction Visual Basic.NET. Copyright (c) 2003 by Prentice Hall Provided By: Qasim Al-ajmi 2 Objectives Explain what Visual Basic is Contrast.
Microsoft Visual Basic 2008: Reloaded Third Edition Chapter One An Introduction to Visual Basic 2008.
JavaScript 101 Introduction to Programming. Topics What is programming? The common elements found in most programming languages Introduction to JavaScript.
Chapter 3 I Need a Tour Guide (Introduction to Visual Basic 2010) Clearly Visual Basic: Programming with Visual Basic nd Edition.
Game City In this project you will learn the basics of visual programming to start creating your own games. The tool you will be using to do this is Microsoft.
Microsoft Visual C# 2010 Fourth Edition Chapter 3 Using GUI Objects and the Visual Studio IDE.
Chapter 1: Introduction to Computers and Programming.
CHAPTER 3 COMPLETING THE PROBLEM- SOLVING PROCESS AND GETTING STARTED WITH C++ An Introduction to Programming with C++ Fifth Edition.
GOING FURTHER WITH KODU GAME LAB Brendan Routledge
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
Getting Started with Kodu Game Lab
A S P. Outline  The introduction of ASP  Why we choose ASP  How ASP works  Basic syntax rule of ASP  ASP’S object model  Limitations of ASP  Summary.
WHAT IS HARDWARE ? Computer hardware is the collection of physical elements that comprise a COMPUTER SYSTEM LIKE A MOUSE, MONITOR, KEYBOARD, SPEAKER MICROPHONE,
Chapter 3: I Need a Tour Guide (Introduction to Visual Basic 2012)
BASIC PROGRAMMING C SCP1103 (02)
BASIC PROGRAMMING C SCP1103 (02)
Kodu Game Lab Shaw STEM Lab-2016.
Unit 20: Event Driven Programming
Microsoft Visual Basic 2005 BASICS
VISUAL BASIC.
Kodu.
Chapter 6 System and Application Software
GAMING IN KODU – Lesson 1.
Kodu Game Design DIA Week Without walls.
CS285 Introduction - Visual Basic
Chapter 6 System and Application Software
Презентация құру тәсілдері
Chapter 6 System and Application Software
Chapter 6 System and Application Software
Presentation transcript:

INTRODUCTION TO KODU PROGRAMMING PGCE IT & CS Steve & Jean

Today’s 10 minute Lesson  WhatTake a look at Kodu and the Game Lab programming environment  HowSee examples of Kodu programs that Steve & Jean have created  WhyIncrease your knowledge of different programming languages used in schools

Kodu is a programming integrated development environment (IDE) by Microsoft's FUSE Labs. It runs on Xbox 360 and Microsoft Windows XP, Windows Vista, Windows 7, and Windows 8. What is Kodu Game Lab? A visual programming tool which builds on ideas begun with Logo in the 1960s Designed to be easily accessible by children and enjoyable to code Avoids the need to type code by having users construct programs using visual elements Programs are executed in a 3D simulation environment Kodu Game Lab has also been used as an educational learning tool in schools

Create a New World!

Kodu Programming Visual Programming Interface Create Objects

Kodu in Action

Summary Kodu's programming model is simplified and can be programmed using a gaming controller or a combination of the keyboard and mouse It dispenses with most "serious" programming conventions, including symbolic variables, branching, loops, number and string manipulation, subroutines etc This simplicity is achieved by situating the programming task in a simulation environment. The user programs the behaviours of characters in a 3D world Uses rule based system or language, based on conditions and actions Currently programs developed on Windows cannot be ported to Xbox or vice-versa