Getting Started with Kodu Game Lab

Slides:



Advertisements
Similar presentations
1 Digital Storytelling: Frame-by-Frame. Begin Simple then Grow! This PowerPoint Walks You Through: Photo Story – build movies from stills and create narrations.
Advertisements

Digital Storytelling Dr. Steve Broskoske Misericordia University.
The Designer Tools Landscape Andy Hood. AKQA PROVIDES DIGITAL BUSINESS SOLUTIONS We focus on providing our clients with a return on investment.
Operating systems This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License. Skills: none IT concepts: popular.
 Recording Programs  Fraps  HyperCam  Editing Programs  Windows Movie Maker  Adobe After Effects  Conclusion.
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect 4P. 1Winter Quarter Introduction to UNIX.
Every week: Sign in at the door If you are new: Fill in Registration Form Ask a Mentor how to get started Make sure you are on the Athenry Parents/Kids.
Comparing Python and Visual Basic
Video Game Challenge Part 2 How to design a video game.
Lab 8 – C# Programming Adding two numbers CSCI 6303 – Principles of I.T. Dr. Abraham Fall 2012.
Welcome to the CRE Programming Club! Robert Eckstein and Robert Heard.
Packet Tracer 4.1: Novice Session
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Software: Building apps Suitable for: Advanced.
Ben, Griffen, Lucas. Pros: Movement & Sound: It has good graphics and the sound is good because it plays every move. It is easy to program it to move.
ing to Make Learning Relevant
Creating Narrated Stories From Digital Images Using Microsoft Photo Story 3.
Computer basics Lesson 4 – Programs & S.O..
INTRODUCTION TO KODU PROGRAMMING PGCE IT & CS Steve & Jean.
Kodu Game Lab. kodu game lab Kodu Game Lab is a visual programming language from Microsoft subsidiaries. Created specifically for creating games. It is.
Welcome to the CRE Programming Club! Robert Eckstein and Robert Heard.
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.
L.O. To understand programming code, to navigate and add objects into Kodu. Start Menu  Primary Applications  ICT  Kodu.
Microsoft® Small Basic Collision Detection Estimated time to complete this lesson: 1 hour.
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.
LAB#1 CSC st semster H King Saud University College of Applied studies and Community Service Csc 1101.
Computer Software Operating Systems – Programs. Computer Language - Review We learnt that computers are made up of millions of tiny switches that can.
, Bauru, Teacher Poly & Teacher Ulisses Audio Class!
Jennifer Starkey & Jen Black Edmodo Code uojdeb.
Ben, Griffen, Lucas. Pros: Movement & Sound: It has good graphics and the sound is good because it plays every move. It is easy to program it to move.
11 Computers, C#, XNA, and You Session 1.1. Session Overview  Find out what computers are all about ...and what makes a great programmer  Discover.
Notice a new tab has opened. You can go back and forth between the two.
 Write the Learning objective onto your Self Assessment Sheet LO: Learn how to create a world and control a character using Kodu.
Today's Ninja Challenge: Write Your First Computer Game!
Collection of works to share with other people It acts as a folder where a person can upload anything from a word document to a YouTube video Wiki allows.
Code Tools for Schools Adam Carr from Bridge Creek High School.
How to Burn ISO Files to DVD Disc From:
Creaza Engage your students. General Information TOOL NAME AND URL: -Creaza - DESCRIPTION: Creaza is an online toolkit that makes.
GOING FURTHER WITH KODU GAME LAB Brendan Routledge
How to develop a VoIP softphone in C# by using OZEKI VoIP SIP SDK This presentation demonstrates the first steps concerning to how to develop a fully-functional.
LOGO iPhone to Galaxy Note Transfer Transfer iPhone Data to Galaxy Note 3/Note 4/Note 5/Note Edge.
HOW TO FIX MSVCR100. DLL IS MISSING ERROR? missing-error.
Student Workbook Work through this booklet to complete tasks and even a whole game! Check for video tutorials on Passmarc – Academic Links / eLearning.
SCREEN CAPTURE 532CS: eLearning Fall 2015 Submitted to Dr. Namdar Presented by Khaled Alamer.
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.
CST 1101 Problem Solving Using Computers
A tour of new features How to Solve Vipre Service Not Running Issue?
Game Depth and Complexity
Computer Software: Programming
Kodu Game Lab Shaw STEM Lab-2016.
“IMO is a messaging and free video calling app.”
Microsoft Office Support Phone Number
Fix Xbox One Error 0x803f8001 Call
How to fix Update Failure Error “0x800f081f” on Windows 10 KB ?
Fix Windows 10 Boot Error Code 0xc
How to open password- protected Excel file
Learn… Create… Program
GAMING IN KODU – Lesson 1.
UNITY TEAM PROJECT TOPICS: [1]. Unity Collaborate
Learn… Create… Program
Educational Applications of Technology
How to Run a Java Program
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.
CSCI N207 Data Analysis Using Spreadsheet
Introduction to Snap Programming
Click My Documents to find the document you want to share.
Learn… Create… Program
Learn… Create… Program
Lesson Objectives Understand the fundamentals of creating computer games. Introduce the ‘When and Do’ programming rules Experiment with Kodu’s capabilities.
Presentation transcript:

Getting Started with Kodu Game Lab Brendan Routledge brendan@suffolkeducationconsultants.net

What is Kodu Game Lab? A game creation tool which employs a simple visual user interface Works on any Windows PC (XP, Vista, 7 and 8) and on Xbox Requires no coding skills Available as a free download for PC Costs $5 if installed on Xbox

How does it work? Kodu Game Lab uses an easy to use simple visual programming interface Users can build their own worlds and populate them with programmable characters

Where can you get it? Go to www.kodugamelab.com and select ‘Download’ Kodu Game Lab is a free for PC

What can you create? Kodu Game Lab allows users to create complex and exciting games You can create multi-player and multi-level games Kodu provides easy tools to create elaborate 3D landscapes, and control the lighting and camera Students can learn about cooperation, logic and creativity, not just about programming Kodu is a rich tool for narrative creation and storytelling pulling users into creating stories

Let’s make a world Open Kodu Game Lab Select ‘New world’ Select the ‘Object’ tool and click on an area of landscape From the wheel, choose the Cycle character Right-click on the cycle and select ‘Programme’ Add a line of code to make it move randomly WHEN - DO ‘Move’ ‘Wander’ Click ‘Esc’ and then run the programme

Making a simple game Add an apple to the world Copy it and paste a few more around the landscape Now add more to Cycle’s programme Press ‘Esc’ and run programme again. What happens?

Where can I get more help? www.kodugamelab.com – ‘Worlds’ – see what other users have made www.kodugamelab.com/hour-of-code/ - four part tutorial www.quepublishing.com/articles/article.aspx?p=2163341&seqNum=2 – Skyscraper Panic game www.educatornetwork.com/Resources/Tools/Details/ca1b56f2-9382-4d0e-bc9c-ffa54632ba6f - Kodu Classroom Kit

Getting Started with Kodu Game Lab Brendan Routledge brendan@suffolkeducationconsultants.net