Key Abstractions in Game Maker

Similar documents
Key Abstractions in Game Maker

G54GAM Lab Session 1

VACUUM MARAUDERS V1.0

04. Two Player Pong. 04.Two Player Pong

GAME:IT Junior Bouncing Ball

GameMaker. Adrienne Decker School of Interactive Games and Media. RIT Center for Media, Arts, Games, Interaction & Creativity (MAGIC)

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Kinect2Scratch Workbook

Overview. The Game Idea

Annex IV - Stencyl Tutorial

GAME:IT Junior Bouncing Ball

PING. Table of Contents. PING GameMaker Studio Assignment CIS 125G 1. Lane Community College 2015

Tutorial: A scrolling shooter

Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game

COMPUTING CURRICULUM TOOLKIT

5.0 Events and Actions

Creating Games with Game Maker: Inheritance, Variables, Conditionals. Prof. Jim Whitehead CMPS 80K, Winter 2006 Feb. 8, 2006

GAME:IT Bouncing Ball

2D Platform. Table of Contents

BE SURE TO COMPLETE HYPOTHESIS STATEMENTS FOR EACH STAGE. ( ) DO NOT USE THE TEST BUTTON IN THIS ACTIVITY UNTIL THE END!

PLANETOID PIONEERS: Creating a Level!

Gamelogs: Blogging About Gameplay Definitions of Games and Play Magic Circle

Create a game in which you have to guide a parrot through scrolling pipes to score points.

TEMPLE OF LOCKS V1.0

Introduction to Turtle Art

In this project you ll learn how to create a times table quiz, in which you have to get as many answers correct as you can in 30 seconds.

Scratch for Beginners Workbook

CS 354R: Computer Game Technology

Project 1: Game of Bricks

The purpose of this document is to outline the structure and tools that come with FPS Control.

Game Maker Tutorial Creating Maze Games Written by Mark Overmars

Foreword Thank you for purchasing the Motion Controller!

Tutorial: Creating maze games

In this project you ll learn how to create a platform game, in which you have to dodge the moving balls and reach the end of the level.

Programming I (mblock)

Programming with Scratch

PAC XON CSEE 4840 Embedded System Design

More Actions: A Galaxy of Possibilities

DESIGN A SHOOTING STYLE GAME IN FLASH 8

Star Defender. Section 1

THE TECHNOLOGY AND CRAFT OF COMPUTER GAME DESIGN An introductory course in computer game design

1hr ACTIVITY GUIDE FOR FAMILIES. Hour of Code

Lesson 2 Game Basics

How to Make Smog Cloud Madness in GameSalad

CISC 1600, Lab 2.2: More games in Scratch

Workshop 4: Digital Media By Daniel Crippa

Python & Pygame RU4CS August 19, 2014 Lars Sorensen Laboratory for Computer Science Research Rutgers University, the State University of New Jersey

Starting from LEARNER NOTES edited version. An Introduction to Computing Science by Jeremy Scott

Input from Controller and Keyboard in XNA Game Studio Express

GameSalad Basics. by J. Matthew Griffis

Space Invadersesque 2D shooter

CSSE220 BomberMan programming assignment Team Project

Meteor Game for Multimedia Fusion 1.5

Game Making Workshop on Scratch

STEP-BY-STEP THINGS TO TRY FINISHED? START HERE NEW TO SCRATCH? CREATE YOUR FIRST SCRATCH PROJECT!

Your First Game: Devilishly Easy

The Beauty and Joy of Computing Lab Exercise 10: Shall we play a game? Objectives. Background (Pre-Lab Reading)

In this project we ll make our own version of the highly popular mobile game Flappy Bird. This project requires Scratch 2.0.

User Guide. Version 1.2. Copyright Favor Software. Revised:

User Guide. Version 1.4. Copyright Favor Software. Revised:

Control Systems in Unity

Lecture 1 - Getting to know Game Maker

COLLISION MASKS. Collision Detected Collision Detected No Collision Detected Collision Detected

Spell Casting Motion Pack 8/23/2017

Add in a new ghost sprite, and a suitable stage backdrop.

Editing the standing Lazarus object to detect for being freed

Adding in 3D Models and Animations

Flappy Parrot Level 2

Programming Project 2

CRYPTOSHOOTER MULTI AGENT BASED SECRET COMMUNICATION IN AUGMENTED VIRTUALITY

DUCK VS BEAVERS. Table of Contents. Lane Community College

Beginner s Guide to Game Maker 4.3 Programming. Beginner s Guide to Game Maker 4.3 Programming

Module 4 Build a Game

Creating Computer Games

Using Game Maker. Getting Game Maker for Free. What is Game Maker? Non-event-based Programming: Polling. Getting Game Maker for Free

RPG CREATOR QUICKSTART

Introducing Scratch Game development does not have to be difficult or expensive. The Lifelong Kindergarten Lab at Massachusetts Institute

CONCEPTS EXPLAINED CONCEPTS (IN ORDER)

Arcade Game Maker Product Line Requirements Model

Create Your Own World

Blend Photos With Apply Image In Photoshop

Brain Game. Introduction. Scratch

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Module. Introduction to Scratch

Agent-based/Robotics Programming Lab II

Z-Town Design Document

Pong! The oldest commercially available game in history

CS180 Project 5: Centipede

Introduction. Modding Kit Feature List

15 TUBE CLEANER: A SIMPLE SHOOTING GAME

The 8 th International Scientific Conference elearning and software for Education Bucharest, April 26-27, / X

Cosmic Color Ribbon CR150D. Cosmic Color Bulbs CB50D. RGB, Macro & Color Effect Programming Guide for the. November 22, 2010 V1.0

No Evidence. What am I Testing? Expected Outcomes Testing Method Actual Outcome Action Required

For more information on how you can download and purchase Clickteam Fusion 2.5, check out the website

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Cosmic Color Ribbon CR150D. Cosmic Color Bulbs CB100D. RGB, Macro & Color Effect Programming Guide for the. February 2, 2012 V1.1

JOURNAL OF OBJECT TECHNOLOGY

CS 354R: Computer Game Technology

GAME PROGRAMMING & DESIGN LAB 1 Egg Catcher - a simple SCRATCH game

The Games Factory 2 Step-by-step Tutorial

INTRODUCTION TO GAME AI

Transcription:

Key Abstractions in Game Maker Foundations of Interactive Game Design Prof. Jim Whitehead January 19, 2007 Creative Commons Attribution 2.5 creativecommons.org/licenses/by/2.5/

Upcoming Assignments Today: Second gamelog assignment Must write your gamelogs about a game from classics list Have until 5pm today to complete Monday: Team selection for game design projects Maximum of two members Are working on getting a second XBox 360, if that s an issue for you Single person teams are OK, but far more work Need to turn in Name of team Names of team members Two pieces of contact information for each team member, such as an email address or a cell phone number. Two times during the week when the team can meet for at least one hour. A location that can be used for meetings http://www.soe.ucsc.edu/classes/cmps080k/winter07/

What is Game Maker? Game Maker is a tool mostly for creating 2D games (though there is limited 3D support in the latest version) It uses a property-sheet approach to create a game Create a set of sprites, objects, rooms, sounds Each one of these has a series of properties that you can set these affect its behavior Game Maker does not require programming It does have a scripting language (Game Maker Language, GML) you can use for more advanced features It s possible to make very interesting games without knowing this language Though, of course, if you do learn the language, you ll be able to make more complex games Creating games is somewhat less tedious using GML

Game Maker OS & Cost Game Maker runs on Windows PCs No Mac support, sorry Basic version is a free download www.gamemaker.nl See Tools section of CS 80K website Most students find they want and need the full version This costs $20, register via Game Maker website Can reduce the cost with a bulk order Have a signup sheet at front of class for those who are interested Full version of Game Maker is also available in ITS PC Labs UCSC has a site license Wait, I have a Mac! Don t do this to me! CS 80K Tools page has links to Power Game Factory and Unity See also http://www.idevgames.com/

Game Maker Community A web site hosting discussion boards for users of Game Maker http://forums.gamemaker.nl/ Has tutorials/examples board A novice user Q&A board Postings of games created by people who used Game Maker Pointers to third-party libraries to add neat features Sophisticated particle systems Lighting models

Simple Ball Example In-class demonstration of using Game Maker to create the simple ball game This example is described on pages 9-10 of the Game Maker manual It is highly recommended that you also follow this example and create the simple game Provides a relatively gentle introduction to how to use Game Maker

Sprites Sprites are the visual representation of objects in the game A sprite can be a single image that never changes You can also animate a sprite by having a sequence of images display in a row Show Pacman sprites in Game Maker To add a sprite: Menu Add -> Add Sprite Source: www.molotov.nu

Sprite Issues The Transparent choice when creating a sprite indicates whether the background color of the sprite should be transparent Most of the time, this is the correct choice Only want your item to show, not a square with the item inside it Exception might be when you have a wall Even then, might take advantage of transparency to create interesting effects Background color is the leftmost, bottommost pixel of the image Source: www.molotov.nu

Objects (Briefly) Objects add behavior to Sprites A Sprite just tells you what an item looks like A Sprite conveys no information on how it works in the game world Does it move, bounce, explode, etc? A Sprite doesn t say anything about these issues Objects do Every character, monster, wall, item, ball in the game has its visual representation made with a Sprite, and its behavior determined by an Object Sprite: visual appearance only Object: behavior

Basic Model of an Object An Object reacts to Events by performing one or more Actions For example, a ball reacts to a collision with a wall by bouncing Ball and wall are objects A collision is one kind of event Bouncing is one kind of action Event: a notable occurrence in the game An object hitting another object A mouse click on an object An object being created A clock tick Action: an activity that can occur in the game Bouncing off a wall Starting to move in a particular direction

Create When an object is created Important Events Useful for setting the initial motion of an object Collision When two objects collide, each object receives this event Useful for collisions with walls, enemies, bullets, etc. Step The game progresses in ticks Each tick is 1/30th of a second Receive a step event each tick Useful for updating game state, checking for whether the player is close to another object, and so on

Rooms A room is where the action takes place in a game Can represent many things: Opening screen Fields of play Levels, dungeons, rooms, villages, outdoors, etc. Help screens Cut scenes Typically each level is a separate room in Game Maker Class demos have been taking place in default room Automatically created by Game Maker

Gathering Keypresses Three events control key input Keyboard Event Generates an event as soon as a key is pressed Also continues to generate events while the key is kept pressed Good for repeated firing of a weapon Generally not good for movement, or jumping Key Press Event Generates one and only one event for a key being pressed down Good for changing direction of a player agent Good for starting some action (movement) of the player agent Key Release Event Generates one and only one event for an already down key being released Good for ending something started with a Key Press event

Demonstration of Key Press Differences Demonstration with Game Maker, keypresses, and sounds Keyboard event will cause sound to be played repeatedly, while key is held down Challenging to get just a single sound instance to play, as you typically get many keyboard events for pressing a key Key Press event Will cause down sound to play just once Key Release event Will cause up sound to play just once