Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim.

Slides:



Advertisements
Similar presentations
SCRATCH Lesson Two – Interactive Concepts Using Sensing, Operators, and Variables.
Advertisements

Flappy bird guide for Scratch
Copyright 2006 Tiffany Barnes Game Design & Development Overview of process.
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
CoderDojo Roscommon Code and notes by Eamonn Hannon and Michael Madden, 2012.
Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
An intro to programming concepts with Scratch Session 10A of 10 sessions Final Exercises.
Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech June 2011.
#nsta14 Using graphing / data visualization as a Playground for Literacy and Mathematics.
Scratch Workshop Thursday, August 26, 2010.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Comparing Python and Visual Basic
Introduction to.
By Yukyong Chung.  Given the terms of computational concepts, the students will be able to state examples matching the Scratch blocks.  The students.
Presentation by: Matthew DeAngelo, April Medina, and Carlos Diaz CSUMB FALL 2011 CST-300 Behind the Scenes, Video Games.
Play Road Game to understand the game Click on each sprite to understand its script Think about a different place that a sprite would have to get across.
Image #1 Getting Started
Unit 1 Introduction to Evangel College S.2 ICT.
Scratch Part 3 – Creating a level. What you will be doing.  You will make the first level to your game.  You need to think about the following when.
Games Design. Lesson Aims To gain an understanding of how Scratch works so that we can use it to create our game.
University Learning in Schools Computing Games Programming Lesson 5.
Scratch Year 8 – Lesson 1. Starter What Can You Remember? Load the file What Can You Remember? from the shared area See how many features of Scratch you.
Game Development Process ITP 160 Original Game Assignments.
CoderDojo Sligo "Above all, be cool" Code and notes by Michael Madden, 2012.
Stencyl Visual Programming Dr. Gary Liu. Sections: 1: Game Development Concepts 2: Stencyl and Game Mechanics 3: Stencyl Story and Aesthetics 4: stencyl.
Getting Started With Scratch Brendan Routledge
Play Road Game to understand the game Click on each sprite to understand its script Think about a different place that a sprite would have to get across.
Little Dances in Scratch: A Simple Calculation How we thought and worked with Scratch Authors: Libuše Šrollerová Martina Jejkalová Students of the Faculty.
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.
LEARNING SCRATCH: PRESENTATION 1 PRESENTATION 1: GETTING STARTED 1 Getting Started Today, we'll learn how to use Scratch to make a puppet show.
Introduction to Scratch
Scratch Animated Greeting Cards.
Customise & Explain your game
Game city International
Scratch 7B IT1.
What is SCRATCH? Learning Objectives: to explore the Scratch website
How to work with your sprite
Spanish Mad libs with Scratch
Maths Space Gladys Nzita-Mak.
Game Description Story Goals Controls. Game Description Story Goals Controls.
Creating a Tank Game in Scratch
Games Programming in Scratch
Today's Ninja Challenge: Make Better GhostBuster Game
Department of Computer Science & Engineering
Learn… Create… Program
Introduction to programming with scratch
To help you improve your reading and writing techniques. E3 – L1 – L2
Sensing and Variables.
Motion and Looks.
Areas of the SCRATCH 2 Screen
Learn… Create… Program
Maze Race. Maze Race Race The first thing you need to do is change the background so click on stage. Then click on background. Now click paint Select.
Image #1 Getting Started
Transparency & magic pixel
Introduction to Snap Programming
Getting Started with Scratch
Learn… Create… Program
Learn… Create… Program
Mod 5 Lesson 1 Scratch Cards: Easy
Game development using Scratch
Sensing and Variables.
Game creation using scratch
Playing with Pictures Module 1 Lesson 3.
What is SCRATCH? Learning Objectives: to explore the Scratch website
Scratch 7B IT1.
Problem Solving and Computer Programming
Scratch 7B IT 1.
Animate a Sprite. By M, M and C P6
Presentation transcript:

Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim is to be able to eventually create your own games.

Game City International Objectives Know: How to design your own game Understand: How to put together all the different elements you have learned to design your own original game, e.g. sprites, backgrounds, costumes. Also how playability affects the quality of a game. Be able to: Create your own game completely from scratch

Game City International Creating your own game Stage 1 Come up with a concept. Think about generally what your games is going to be about. Enter some ideas in your Game Workbook 2 and then decided on a final idea giving your reason.

Game City International Creating your own game Stage 2 Define the parameters of your game Consider – What is the goal of the game? Who is the main character? What are the obstacles to the Goal? Who are the enemies if there are any? What attributes will your avatar have? Will there be multiple levels? What other features will your game have?

Game City International Creating your own game Stage 3 Creating your sprites. To make this game as original as possible you will design your own sprites for it. Remember to create multiple versions of them is you want them to animate.

Game City International Creating your own game Stage 4 Creating your Backgrounds If there is only one level to your game then this is easy – however multiple levels need multiple backgrounds.

Game City International Creating your own game Stage 5 Programming your game. Now come the fun part to actually program your sprites and stage to make your game work.