Kodu Game Lab Shaw STEM Lab-2016.

Slides:



Advertisements
Similar presentations
DL Windows Software “Rules” Import a CSV File From Excel
Advertisements

Key Stage 3 ICT Lesson 2 - Programming. Starter Start Kodu. Re-familiarise yourself with how it works. Play some of the pre-made games. Try and change.
Flappy bird guide for Scratch
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
HTML tags Skills: adding HTML tags, text editor IT concepts: plain text, computer components – storage versus memory, separation of content and format.
Scite Scintilla integrated text editor. Click here.
SELECT A LESSON 1. A WORLD AND CHARACTERS 2. PATHS AND ENEMIES 4. USING PAGES TO CHANGE THE RULES 5. GAME ANALYSIS AND DESIGN 6-7. CREATING YOUR OWN GAME.
Review For Test Chapter 4 & 5 Test is Wednesday, January 27th.
Programming Concept Chapter I Introduction to Java Programming.
Basic Instructions on how to use One Drive and share files. ONE Drive Your LogoYour own footer.
 5 Core Elements to Game Design Courtesy of Gamestar Mechanics.
Santa’s s By…….. Sending an attachment to Santa Explain how you attached the . Clicked The Paper Clip and attatched it. Explain why you.
Game Maker – Getting Started What is Game Maker?.
Introduction to Python Lesson 1 First Program. Learning Outcomes In this lesson the student will: 1.Learn some important facts about PC’s 2.Learn how.
PROGRAMMING IN PYTHON LETS LEARN SOME CODE TOGETHER!
Mobile Application Design and Development Insert Your App Name Here Northeastern University1 Name of App Tagline (80 chars max, including spaces) Put your.
 The tutorial is written for an audience who is familiar with Windows Vista and how to use a computer.  The content is appropriate for a beginner and.
By: Cameron R and Ryan. Pros and cons Pros Cons Movement: It was easy to move the character around and to tell it where to go. Background: It was easy.
JavaScript Part 1 Introduction to scripting The ‘alert’ function.
Scratch Programming Cards
FOP: Multi-Screen Apps
First Day in Lab Making a C++ program
Visual Basic.NET Windows Programming
Task 2f – part a Prove that you can receive an WITH an attachment, open it AND save the attachment to your user area. Open the with the attachment.
Introducing Game Design and Kodu Game Lab
Click through this presentation at your own pace.
CrazyTalk 7 Shaw STEM Lab 2014.
Scratch Unit Overview We are going to look at computer programming and how to create your very own computer game The piece of software we will be using.
Lesson 1 An Introduction
Maths Space Gladys Nzita-Mak.
Lesson 5-2 AP Computer Science Principles

Cameras & Pictures Shaw STEM Lab 2014
Premier Pro Shaw STEM Lab-2016.
Lesson 1: Buttons and Events – 12/18
Introduction to Events
MonoGame and Windows 8.
Cameras & Pictures Shaw STEM Lab 2014
Prepared by Kimberly Sayre and Jinbo Bi
TRANSLATORS AND IDEs Key Revision Points.
Indistar® Resources & Reports.
Introducing Game Design and Kodu Game Lab
Introducing Alice.
Shaw STEM Lab Orientation
Shaw STEM Lab Orientation
Getting Started with Scratch
- Color Code Shaw STEM Lab
Scratch Shaw STEM Lab
Python Lessons 13 & 14 Mr. Kalmes.
You know how to do it (if not click HERE)
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.
Hour of Code.
After Effects Shaw STEM Lab-2016.
K'Nex Simple Machines Shaw STEM Lab
Comic Life Shaw STEM Lab-2016.
Shaw STEM Lab-2014.
K'Nex Simple Machines Shaw STEM Lab
IMovie Shaw STEM Lab-2018.
Creative Project Revised 3/02
ICT Programming Lesson 5:
Introduction to coding through Kodu
Introduction to Python
University of Warith AL-Anbiya’a
Python Lessons 13 & 14 Mr. Husch.
Starter Activities GCSE Python.
Name of App Tagline (80 chars max, including spaces)
How to Create your First Program
Create Folder Unit 5 (All work for this unit to be stored here)
An Introduction to the Windows Operating System
Presentation transcript:

Kodu Game Lab Shaw STEM Lab-2016

Objectives By the end of this engagement you should be able to Understand the basics of coding using Kodu Identify key words related to coding Formulate a game in the Kodu Game Lab

About Kodu Kodu is a computer program that you can use to easily create your own computer games! With Kodu you can: Create computer games Build your own game worlds Share your games with other Kodu users Play games made by other Kodu developers

Computer Games & Programming When you make a computer game, you are actually writing a computer program! Your program tells the computer how your game is played. The instructions in computer programs are called code. In some computer languages, your write code by typing. In Kodu, writing codes is easy as clicking your mouse!

Do you speak Kodu? Some of the words used in Kodu have special meanings. Here are some examples: World: The scene for your game. You can create your own worlds or use one that comes with Kodu. Object: a thing you put in your world, like a character or a rock.

Do you speak Kodu? Here are some more Examples: When: When you want an object do something, like on a mouse click or when it bumps into another object. Do: The behavior you give an object. What you want it to do, like move or shoot. Rule: Aline of When & Do commands. Rules tell your computer how your game is played.

Video Tutorial Click Kodu and follow along with the video! It is helpful to have the video on half of your screen and the Kodu Game Lab running on the other half From the video you should learn how to: Find and load worlds Add objects to a world Program When/Do rules Saving your work is different as shown in the tutorial! See slides 11-13 Click Me!

Do It! Using your knowledge of Kodu try and complete one of the following: Replicate an existing game, like Pac Man, where the rules and game design are predetermined. This gives you a framework within which to operate right from the start. Replicate an environment that all game players would be familiar with, like a maze. There are numerous elements about the game that you’d still need to determine. You might use the characteristics of a familiar physical game as your starting point, like tag. Numerous games are built around this simple schoolyard activity. Because it is a game that everyone is familiar with, no matter what incarnation you choose, your audience will have an immediate way of engaging with it.

Gotcha! In this video tutorial, we can see how to avoid some common computer programming errors. He explains ways to organize rules that will help you to debug future work. Click on Kodu to start the tutorial and follow along Make sure to have the Kodu Game Lab running as well

Questions/Research Explain the following terms in your own words World Object Run Do Rule Take a print screen of the Kodu world and explain at least five (5) different tools and how to use them.

Saving Your Kodu World After creating your world, select Load World

Saving Your Kodu World Click on the world you want to save, then click “Export”

Saving Your Kodu World Find your Team’s drive and current Engagement folder and click save.