Catch the Clown Tutorial Tech Camp Fall 2008 Colorado School of Mines.

Slides:



Advertisements
Similar presentations
GAME:IT Junior Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a.
Advertisements

GAME:IT Junior Ping Pong Objectives: Review skills from previous lessons Create a 2-player game Create a scoring display system Using old and new skills,
Create a Simple Game in Scratch
In this tutorial, we are going to create: A race car that the user can control with the arrow keys for direction and speed. A simulated road with a striped.
Create a Simple Game in Scratch
Harry Potter Scratch Game
This game is loosely based on the Whack-A- Mole arcade game.  Each game starts with 45 seconds of play.  Moles randomly pop out of holes on the landscape.
How to… Keep your character from leaving the game (never to return)
 First you have to think up a what kind of game are you going to have it can be any thing from a brick breaker to an role playing game.
Justus Nyagwencha Game Maker. Getting started -> Resources The icons across the top are very important All the things you add to the game are called “Resources”.
Scratch Programming Session 6 of 10 If-then-else statements interactions Final projects specifications.
Extending the Pong Example Barb Ericson Georgia Tech June 2011.
Computer Animation 2D Game Logic. What considerations should be addressed when designing a good game? What Makes A Good Game? (excerpts from Mark Overmars,
GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game.
GameMaker.  A lot of Different Definitions  Easier to Say What is NOT a Game  Movie is Not a Game  No Active Participation  Final Outcome is Fixed.
GameMaker Workshop Geoff Cameron Sarah Scialli. What this workshop will teach you GameMaker GameMaker No Programming Required No Programming Required.
Creative Commons Attribution 3.0 creativecommons.org/licenses/by/3.0 Key Abstractions in Game Maker Foundations of Interactive Game Design Prof. Jim Whitehead.
Art 315 Lecture 4 Dr. J. Parker AB 606 Today’s class: Programming! We are going to write some simple programs. We will use a tool called GameMaker –It.
Backgrounds, Inheritance in GameMaker (BrickMania 1 of 2) Foundations of Interactive Game Design Professor Jim Whitehead January 28, 2008 Creative Commons.
By Mr. Lee. Backgrounds The image that appears in the background (duh!). This might be a horizon, or clouds, trees and rainbows in the distance If you’re.
GAME:IT Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game.
Game Maker Day 2 Making a Maze Game.
We will be creating a spaceship that simulates real movements in space. The spaceship will fire a laser beam that can destroy targets. The spaceship will.
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.
Brief Tutorial. Here are your themes. Mouse over each one to see it in action. Click the one you want.
Game Maker – Getting Started What is Game Maker?.
Overview of Game Maker. Game Maker Version 7.0 Lite (free version) For MS-Windows platforms
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
ENGR-TS-2: The students will develop an understanding of how the design process is used to develop a technological system.
COMPUTER GAMES. Learning objectives Evaluate a computer game and suggest how it can be improved Create a design for a computer game Create a computer.
Game Maker Galactic Mail Advanced Group: Complete Galactic Mail, then start developing an independent project.
Game Maker Tutorial.
Making a Sprite Dance Barb Ericson Georgia Tech June 2011.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Variables and Random Numbers Computer App Session 4.
Today we are learning to: Understand how actions and events control our game. Completing the catch the clown game – making a room – adding music Gather.
Today we are learning to: Understand how flow charts are used to design games Add events to our objects to control stuff in our game – (Using the user.
Instructions Go to the shared area and open a file Go to -> S:\ICT\My Teacher\Mr Crossan\Year 7\Catch the Clown Open the Catch the Clown file by double.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
Game Maker Evil Clutches.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
1 Understand what Scratch is and what it can be used for Lesson 1: Learning Objectives.
Evil Clown – Quiz 1 Gamemaker Quiz 1. Set up your file Save all finished work to your desktop Final file should be called: “yourlastname_evilclown” Open.
Game Development Process ITP 160 Original Game Assignments.
GAME:IT Junior Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a.
GAME:IT Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a simple.
Choose Sprite. Add collision event for object and add score action. Set your score to plus 100 and check relative.
Game 4: Pac Man Tutorial. New events/actions to learn: Animated sprites Change instances – allows you to change objects into other objects. Change sprites.
ICT/COMPUTING RULES Only use software allowed by the teacher
Pong the game we love!. Sprites We will load all of our sprites. The red pac man guy is our sprite creator Use Naming Conventions Add sprites for Wall.
Scratch Part 2 – Character Commands. What does a command do?  Commands in programming allow an object whatever it is to do something. In the case of.
GAME:IT Mario Creating Platform Games Level 4 with GML Game Maker Language (GML) allows users more flexibility in game design. GML is similar to how real.
YEAR 10 IT GAME MAKER INTRO. Game Maker has a drag and drop programming technique to provide an easy way to learn about game development. Game maker.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Introducing Scratch Learning resources for the implementation of the scenario
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
THE MOUSE Left Click THE MOUSE Right Click.
Create a Halloween Computer Game in Scratch
Scratch for Interactivity
Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups)
Competitive Multiplayer Game
Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups)
Transparency & magic pixel
Tank Game Int 10 Unit 3 – Game Maker.
Creating a Simple Game in Scratch
CSC 221: Introduction to Programming Fall 2018
So you want to be a Game Designer
Catch Game Cards Catch Game Cards Make a Card Go to the Top Fall Down
Presentation transcript:

Catch the Clown Tutorial Tech Camp Fall 2008 Colorado School of Mines

Day 1: Simple Game Create sprites Create sounds Create objects Create room Test game out!

Clown Sprite

Wall Sprite NOT CHECKED

Sounds (Bounce)

Wall Object

Clown Object: Create Event ACTION MOVEMENT TAB

Clown Object: Create Event ALL DIRECTIONS SELECTED

Clown Object: Collision Event SOUND MOVEMENT TAB

Clown Object: Collision Event

Clown Object: Left Mouse Pressed Event MOVEMENT TAB SCORE TAB

Clown Object: Left Mouse Pressed Event

Main Room CHANGE TO 32 CHANGE CAPTION

Main Room WALL OBJECTS CLOWN OBJECT

Test Game Test game by clicking on green arrow If game works properly…  Create executable (under File menu) If game doesn’t work…  Try to fix errors!

Day 2: Better Game Create background Create background music Create more complicated clown Multiple clowns (good and bad) Create bonuses

Background BACKGROUND TILE

Background Music

BACKGROUND MUSIC

Clown Movement CHANGE MOVEMENT

Clown Movement ALARM ACTION

Good Clowns ADD EVENT

Bad Clowns ADD EVENT

Multiple Clowns

Bonus

Timeline VARIOUS MOMENTS (SAME ACTIONS)

Controller NO SPRITE

Add Controller Object to Room

Finish Game Test game!! Fix errors Create executable!