Lesson Objectives Build your very own game from scratch using the skills you have learnt so far.

Slides:



Advertisements
Similar presentations
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.
Advertisements

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.
Coaching Pack 5 – 8 Years.
Art 315 Lecture 5 Dr. J. Parker AB 606. Last time … We wrote our first program. We used a tool called GameMaker. The program we wrote causes a ball to.
Football Football Team activity Team activity Competitive (both teams are trying to win)Competitive (both teams are trying to win) Directly competitive.
Standard Grade Physical Education Creativity. Learning Outcomes By the end of this lesson you will; Be aware of the importance of creativity in activities.
2 Stuck in the Mud About the Game: Stuck in the Mud is the ‘classic’ chasing and dodging game that promotes spatial awareness and the ability to accelerate,
 5 Core Elements to Game Design Courtesy of Gamestar Mechanics.
Futsal Session Plans. Futsal Session Plan – Dribbling, Running with the Ball, Defending Organization 4 Groups of players Control Ball with sole of foot.
ACTIVITIES CREATIVITY. BEING CREATIVE In most activities you require creativity in order to devise solutions to different problems. There are many ways.
Coaching Pack 12 – 16 Years. What Am I Coaching Today? What Might the Players Learn or Get Better at? TechnicalPsychological example PhysicalSocial example.
Coaching Pack 9 – 11 Years. What Am I Coaching Today? What Might the Players Learn or Get Better at? TechnicalPsychological example PhysicalSocial example.
Adaptation - KU. Learning Outcomes By the end of this lesson you will; By the end of this lesson you will; Understand the reasons why activities are adapted.
© Nichola Wilkin Ltd Kodu Lesson 6 1. © Nichola Wilkin Ltd Lay out the world for your game 2 You are going to make your own game today. Add.
 Write the Learning objective onto your Self Assessment Sheet LO: Learn how to use different pages and add scoring to a game in Kodu.
Defending When Outnumbered How to defend when your opponents counter attack.
Receiving Skills Servers and workers Variation of serve (ground, air, quick, slow) Movement Support Communication Body shape Decision making Technique.
KREATIVE KOMPUTING WITH KODU WITH SOME KROSS-KURRIKULAR OPPORTUNITIES FOR LEARNING JAN HARRISON.
SESSION PLAN PRESENTATION
SESSION PLAN PRESENTATION
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
Creative combination play to create goal scoring opportunities SESSION PLAN PRESENTATION.
Individual Skill in Central front 3 rd to create / score goals SESSION PLAN PRESENTATION.
Transition: Ball possession Opponent > Ball Possession : Quick forward movement, Quick forward passing. Make field as big as possible. SESSION PLAN PRESENTATION.
Customise & Explain your game
Navigation and Pathing
Games Programming in Scratch
Why is the character doing that????
What is a Games Based approach to training?
Shooting Target Practice Opposed
CREATE - ASSESSMENT LEVEL GRADE CREATE: Your final Game design.
Game Depth and Complexity
Games Programming in Scratch
MATHS 24 MATHS MATHS 24 MATHS 24 GAME RULES:
Development of Principles of Play
Standard Grade Physical Education
Exploring Computer Science Lesson 4-14
Matthew Brown A Level: Physical Education Sports Coaching Unit
Step 1: Make sure your map is pointing north
Int 2 / Higher Grade Physical Education
Stop Animation Task.
Scratch – Simple Programming
Drama At Cornwallis Academy
Identifying fair and unfair sporting behaviors
Today we are learning to interpret Michelangelo's creation of Adam
Rondo’s and Rhythm of play
Defensive Play Heading Back to Goal
GAMING IN KODU – Lesson 3.
GAMING IN KODU – Lesson 1.
Notice and Note Resource
Unopposed – Working the Ball End to End
Share Key Learning question with students
Year 9 Drama Lesson 2 – Meeting Marcus
National 5 Physical Education
Kodu End of Unit Assessment.
Converting on the Counter
Components 96 Pig cards How are they different?
Game review By ?.
Running With The Ball Technique Practice
Notice and Note Resource
Ministry of Football CONTEXT
Dribbling Technique Practice 1.2 teams of 5 in their own channel
D14 – Bellringer! Pick a game that you are very familiar with.
National 5 Physical Education
Dribbling, RWTB, Defending
Lesson Objectives Understand the fundamentals of creating computer games. Introduce the ‘When and Do’ programming rules Experiment with Kodu’s capabilities.
D11 – Bellringer! Pick a game that you are very familiar with.
Today you will be making your very own first game using Kodu
Exploring Computer Science Lesson 4-14
Long Passing Technique Practice 1.2 teams of 5 in their own channel
Presentation transcript:

Lesson Objectives Build your very own game from scratch using the skills you have learnt so far.

What type of game? The possibilities are endless. Think back to your first Kodu lessons to help give you some ideas and also think about the various features of the apple game. Suggestions: Racing Game Story Game Football Game Shooting E.t.c.

Racing Game Before you can create a racing game you will need to learn about paths. Paths will ensure your opponents go where you want them to. Step 1 – Create the race track Step 2 - Add your character and set up the movement as you have done before Step 3 – Add a path which follows the route of the track. Step 4 – Add your opponents and program them to follow the path. Step 5 – Add an item at the end which when collected 1st wins the game. You may also want to add collectables throughout the track to score you points and even add the ability to shoot the opponents to slow them down.

Your Racer Make it more difficult by turning off glass walls in the settings.

Give each opponent a different colour path

Story Game Before you can create a story game you need to know about the SAY and the GRAB/GIVE commands. For example when I bump into the Blimp he asks me to find his ball. The ball is hidden behind the castle which needs to be destroyed by shooting it. When I bump into the ball the Kodu grabs it. Then when I bump into the Blimp Kodu gives him the ball. You would then have code on the Blimp which thanks you and gives you your next mission. Again endless possibilities.

Football Game This is quite a difficult game to create. Firstly you will need to create the football pitch. Then you need to set up the movement for your character. Then you will need to set up the scoring. Here is 1 possible method. Can you explain what's going on?

How it looks (Important) Paths Coloured Rocks Player 2 Player 1 Ball Goalkeepers Purple Path?

Your Player

Opposition Player

Goal Keeper

The Ball

Why does the code mention the different colour rocks?

Shooting Game This can be any sort of shooting game with object targets or character targets. You will need to add a points scoring system here and program the shooting.

Your Turn Hopefully you now have some ideas and you can go and create your own game. Think about the following: Movement Paths Shooting Grab/Drop/Give Say Glass Walls Scoring Winning/Losing