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

Size: px
Start display at page:

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

Transcription

1 No Evidence What am I Testing? Expected Outcomes Testing Method Actual Outcome Action Required If a game win is triggered if the player wins. If the ship noise triggered when the player loses. If the sound setting is maintaining its setting between rooms. If the Is_Game_Won script working as intended. Retest: If the ship noise triggered when the player loses. Retest2: If the ship noise triggered only once when the player loses. The You Win animation plays once the player has beaten all the waves of enemies. The snd_ship_takeoff should play when a game over is triggered. The sound setting will be able to store it s On or Off string value between rooms, so that all sounds should play if requested. The game over script being called to find out if the game is over. The snd_ship_takeoff should play when a game over is triggered. The snd_ship_takeoff should play once, when a game over is triggered. Play the game until all enemies in wave 5 have been destroyed and see if the win is triggered. Play the game until you lose and listen to if the sound plays as expected Set the setting different to its default Off then go into debug mode to monitor its value on the next room. Set a debug variable that can be monitored in the debug mode, which will change its value if the script is run. Play the game until you lose and listen to if the sound plays as expected Play the game until you lose and listen to if the sound plays as expected As expected The sound did not play and no error message was displayed As expected Script ran on a win scenario but old depreciated code stopped the script from running for a lose scenario. Sound does now play but is being reset every few seconds. As expected Debug the cause of the lack of sound Remove depreciated code and retest the initial problem. Change script to only start the sound once

2 Evidenced in the Pre Testing File What am I Testing? Expected Outcomes Testing Method Actual Outcome Action Required Location of Changes Can towers/units be placed in illegal areas? That units can t move through solid objects Does the main menu operate correctly That towers and units cannot be placed on the path, menu, ship, launch pad or other towers/units. That units should not be able to travel completely off screen, through the ship/launch pad or behind the side menu That each menu option navigates to the correct page or triggers the correct response Try dragging the towers/units into these zones until satisfied it is impossible. Try driving the units into the off limits areas. Test each of the buttons or look at the code for each of the buttons for each menu. Towers and units can be placed inside the edges of the launch pad and can be placed on top of each other. Units could travel through everything. Completely broken. Change the placement collision code to add the launch pad and other towers and units collision detection. Create a system to check for unit collisions. It will check once the unit has moved whether it is colliding with an illegal area. Each tower/unit s Left released event and the new script scr_placement_ Collision_Check Each unit s keyboard <any key> event and the new script scr_movement_ Collision Do the tank controls work That the W, A, S, D, Up, Left, Down, Right and space bar trigger the correct movement direction or fire the gun Play the game, press all of these buttons and check if the result is as expected Do the armoured van controls work That the W, A, S, D, Up, Left, Down, Right and space bar trigger the correct movement direction or deploy the oil ability. Play the game, press all of these buttons and check if the result is as expected Does the Armoured Van s sprite rotate to the When moving in a direction the unit will also face that same direction Press all of the directional controls and see if the sprite turns to the correct direction Down and left directions have the wrong rotation Change the spite order to be in the right order spr_armoured_van

3 correct direction when turning Does the Tank s sprite rotate to the correct direction when turning Does the Win animation play correctly Does the Lose animation play correctly Does the Lightning tower s stats display correctly in the selection menu Does the Earthquake tower s stats display correctly in the selection menu Do all NPC s have the correct sprites attached Is the new detailed desert background applied to all levels When moving in a direction the unit will also face that same direction The tanks you come from the left of the screen and spell out You Win! The ship should fly off screen on the right and then fly back left carrying a banner, which it then drops in the centre of the screen. The stats should show: Range: 150 Speed: 1.5s Damage: 5 HP The stats should show: Range: 75 Speed: 1s Damage: 10 HP NPCs display their sprites and not a temporary image, such as the spr_no_sprite_yet (Red Exclamation Mark) bkg_desert is the background for all levels Press all of the directional controls and see if the sprite turns to the correct direction Play the game on both levels until a win is triggered Play the game on both levels until a loss is triggered Select the turret in game once it is placed or look at the scr_update_selection script where all these values are referenced. Select the turret in game once it is placed or look at the scr_update_selection script where all these values are referenced. Check all the NPC objects for which sprite they are assigned Play all the levels and look at the backgrounds, or go into the room settings and check the background setting, The animation played at the correct time but the tanks were in the wrong order and spelled out You Win! This is the same on both levels. On level 1 it plays fine, but level 2 skips halfway and doesn t drop the banner. Lightning tower s speed is shown as 0.5s instead of 1.5s. Change the sprite order to be in the right order Alter code to work on both levels, rather than just level 1. Go to scr_update_selection and update the speed value for the lightning tower. All but obj_leader have correct sprites. obj_leader is assigned to spr_no_sprite_yet. Is applied to level 1 but not level 2 which has a temp background Change sprite to the spr_leader. Also delete entirely spr_no_sprite_yet. Set rm_level2 background to bkg_desert and delete bkg_temp spr_win_tanks obj_ship step event scr_update_selectio n obj_leader rm_level2 background settings

4 Do lightning tower projectiles destroy themselves if they don t hit a target? Do Earthquake tower projectiles destroy themselves if they don t hit a target? Does the game allow you to continue spawning waves after win or loss Do all the sounds follow the sound settings Is the main menu easy to navigate Are all the Debug commands removed Lightning Tower projectiles Play the game and select a will expire after travelling lightning tower, watch if any the range limit of the turret. projectiles exit the white circle without destroying Earthquake Tower projectiles will expire after travelling the range limit of the turret. The next wave button should change its text to either Game Over, Last Wave or You Win! Sounds will not play if the sound setting is set to off. The main menu should help the player start the game not delay or confuse them unnecessarily. That when pressing any of the debug keyboard commands no cheat should be applied themselves. Play the game and select an earthquake tower, watch if any projectiles exit the white circle without destroying themselves. Play the game until loss occurs and then again until the last wave followed by a game victory Play the game until all events that trigger audio have occurred. EX: Menu, towers firing and game loss. Let several people try to use the main menu and listen to feedback. Play the game and press all debug command keys: 1, CTRL, CTRL + DEL. All don t play apart from the Lightning Towers firing sound. I watched several people try to use the menu and the most consistent piece of feedback was that sometime clicking the left mouse button would have no effect. The 1 key still triggers an immediate loss. Add an if statement before the sound_play code is used to check the sound settings current state. The problem is caused by a mouse click delay I added to stop actions being carried out twice. Lowering the delay to a few milliseconds rather than one second should make the problem less noticeable. Delete the press 1 key event. scr_fire obj_menu_screen glob left mouse event. obj_control press 1 key event.

5 Screenshot Evidence Using the built in debug tool to check a debug value I set in code Game Screenshots Before

6 Richard Hancock Unit 22

7 After

8 Richard Hancock Unit 22 User Feedback (M4) While making the game I frequently let other people play test it to find out their opinion of it so far. They also helped me find several bugs because they played the game significantly different to how I did. Alex (15/04/13): Dragged units die when come in to contact with enemy FIXED When enemies damage the base, they also give their credit reward FIXED Path collision detection FIXED Can spawn multiple units FIXED Rabia (18/04/13): When Game Over Screen occurs and all units self-destruct, they still give credits FIXED This feedback was vital in finding minor bugs that I might have overlooked in the testing process. In addition to finding bugs I asked people about more subjective areas of the game, which will make the results opinion based. These parts of testing may be evidenced in the testing files, but some were before the file was made.

9 What am I Testing? Gaining opinion of background quality. How easy is it to play the game? Is the sound too much, too little or annoying? Is the menu easy to navigate? Is the font included in the game easy to read at all times Testing Method Have several people look at the background Have several people play the game with no assistance Have people play the game with sound enabled Tell people to find a certain setting, level or menu and monitor the ease of which they do this Have people play the game and ask them what certain pieces of text say Feedback Results Action Required Location of Changes The group did not like the solid colour background, and said it should have more detail. They also commented that it didn t look much like a desert. The results were mostly positive as users found the start wave button and learnt how to place towers pretty quickly. However the units confused some users, as no controls were listed. Also the one unit at a time rule was not explained, and users thought it was a bug that only one unit could be spawned. Most people were happy with the level of sound in the game, but some commented some variation of tower noises would improved it. All users managed to navigate the menu with an acceptable speed and ease of use. All user managed to read all the text, as it was all bolded and in a good contrasting colour to its background. Make a proper textured desert background and replace the current one. Add a link to the website which provides a manual. Also for future games I will plan to include a tutorial or ingame manual to help the player, but it is too late to implement this now for Natural Annihilation. Unfortunately due to the game maker engine, it limits the amount of simultaneous different sounds, so this feedback would be hard to implement. Room settings and background image files. Main Menu and Website.

Battlefield Academy Template 1 Guide

Battlefield Academy Template 1 Guide Battlefield Academy Template 1 Guide This guide explains how to use the Slith_Template campaign to easily create your own campaigns with some preset AI logic. Template Features Preset AI team behavior

More information

More Actions: A Galaxy of Possibilities

More Actions: A Galaxy of Possibilities CHAPTER 3 More Actions: A Galaxy of Possibilities We hope you enjoyed making Evil Clutches and that it gave you a sense of how easy Game Maker is to use. However, you can achieve so much with a bit more

More information

GAME:IT Junior Bouncing Ball

GAME:IT Junior Bouncing Ball GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game All games need sprites (which are just pictures) that, in of themselves, do nothing.

More information

Star Defender. Section 1

Star Defender. Section 1 Star Defender Section 1 For the first full Construct 2 game, you're going to create a space shooter game called Star Defender. In this game, you'll create a space ship that will be able to destroy the

More information

CONCEPTS EXPLAINED CONCEPTS (IN ORDER)

CONCEPTS EXPLAINED CONCEPTS (IN ORDER) CONCEPTS EXPLAINED This reference is a companion to the Tutorials for the purpose of providing deeper explanations of concepts related to game designing and building. This reference will be updated with

More information

VACUUM MARAUDERS V1.0

VACUUM MARAUDERS V1.0 VACUUM MARAUDERS V1.0 2008 PAUL KNICKERBOCKER FOR LANE COMMUNITY COLLEGE In this game we will learn the basics of the Game Maker Interface and implement a very basic action game similar to Space Invaders.

More information

Unit 6.5 Text Adventures

Unit 6.5 Text Adventures Unit 6.5 Text Adventures Year Group: 6 Number of Lessons: 4 1 Year 6 Medium Term Plan Lesson Aims Success Criteria 1 To find out what a text adventure is. To plan a story adventure. Children can describe

More information

COMPUTING CURRICULUM TOOLKIT

COMPUTING CURRICULUM TOOLKIT COMPUTING CURRICULUM TOOLKIT Pong Tutorial Beginners Guide to Fusion 2.5 Learn the basics of Logic and Loops Use Graphics Library to add existing Objects to a game Add Scores and Lives to a game Use Collisions

More information

Space Invadersesque 2D shooter

Space Invadersesque 2D shooter Space Invadersesque 2D shooter So, we re going to create another classic game here, one of space invaders, this assumes some basic 2D knowledge and is one in a beginning 2D game series of shorts. All in

More information

Alright! I can feel my limbs again! Magic star web! The Dark Wizard? Who are you again? Nice work! You ve broken the Dark Wizard s spell!

Alright! I can feel my limbs again! Magic star web! The Dark Wizard? Who are you again? Nice work! You ve broken the Dark Wizard s spell! Entering Space Magic star web! Alright! I can feel my limbs again! sh WhoO The Dark Wizard? Nice work! You ve broken the Dark Wizard s spell! My name is Gobo. I m a cosmic defender! That solar flare destroyed

More information

Scratch for Beginners Workbook

Scratch for Beginners Workbook for Beginners Workbook In this workshop you will be using a software called, a drag-anddrop style software you can use to build your own games. You can learn fundamental programming principles without

More information

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

The Beauty and Joy of Computing Lab Exercise 10: Shall we play a game? Objectives. Background (Pre-Lab Reading) The Beauty and Joy of Computing Lab Exercise 10: Shall we play a game? [Note: This lab isn t as complete as the others we have done in this class. There are no self-assessment questions and no post-lab

More information

Workshop 4: Digital Media By Daniel Crippa

Workshop 4: Digital Media By Daniel Crippa Topics Covered Workshop 4: Digital Media Workshop 4: Digital Media By Daniel Crippa 13/08/2018 Introduction to the Unity Engine Components (Rigidbodies, Colliders, etc.) Prefabs UI Tilemaps Game Design

More information

Creating 3D-Frogger. Created by: Susan Miller, University of Colorado, School of Education. Adaptations using AgentCubes made by Cathy Brand

Creating 3D-Frogger. Created by: Susan Miller, University of Colorado, School of Education. Adaptations using AgentCubes made by Cathy Brand Creating 3D-Frogger You are a frog. Your task is simple: hop across a busy highway, dodging cars and trucks, until you get to the edge of a river, where you must keep yourself from drowning by crossing

More information

DESIGN A SHOOTING STYLE GAME IN FLASH 8

DESIGN A SHOOTING STYLE GAME IN FLASH 8 DESIGN A SHOOTING STYLE GAME IN FLASH 8 In this tutorial, you will learn how to make a basic arcade style shooting game in Flash 8. An example of the type of game you will create is the game Mozzie Blitz

More information

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

PING. Table of Contents. PING GameMaker Studio Assignment CIS 125G 1. Lane Community College 2015 PING GameMaker Studio Assignment CIS 125G 1 PING Lane Community College 2015 Table of Contents SECTION 0 OVERVIEW... 2 SECTION 1 RESOURCES... 3 SECTION 2 PLAYING THE GAME... 4 SECTION 3 UNDERSTANDING THE

More information

1 Shooting Gallery Guide 2 SETUP. Unzip the ShootingGalleryFiles.zip file to a convenient location.

1 Shooting Gallery Guide 2 SETUP. Unzip the ShootingGalleryFiles.zip file to a convenient location. 1 Shooting Gallery Guide 2 SETUP Unzip the ShootingGalleryFiles.zip file to a convenient location. In the file explorer, go to the View tab and check File name extensions. This will show you the three

More information

GAME:IT Junior Bouncing Ball

GAME:IT Junior Bouncing Ball GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game All games need sprites (which are just pictures) that, in of themselves, do nothing.

More information

Experiment 02 Interaction Objects

Experiment 02 Interaction Objects Experiment 02 Interaction Objects Table of Contents Introduction...1 Prerequisites...1 Setup...1 Player Stats...2 Enemy Entities...4 Enemy Generators...9 Object Tags...14 Projectile Collision...16 Enemy

More information

Pong Game. Intermediate. LPo v1

Pong Game. Intermediate. LPo v1 Pong Game Intermediate LPo v1 Programming a Computer Game This tutorial will show you how to make a simple computer game using Scratch. You will use the up and down arrows to control a gun. The space bar

More information

Making Your World - the world building tutorial

Making Your World - the world building tutorial Making Your World - the world building tutorial The goal of this tutorial is to build the foundations for a very simple module and to ensure that you've picked up the necessary skills from the other tutorials.

More information

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

In this project we ll make our own version of the highly popular mobile game Flappy Bird. This project requires Scratch 2.0. Flappy Parrot Introduction In this project we ll make our own version of the highly popular mobile game Flappy Bird. This project requires Scratch 2.0. Press the space bar to flap and try to navigate through

More information

Cannon Ball User Manual

Cannon Ball User Manual Cannon Ball User Manual Darrell Westerinen Jae Kim Youngwouk Youn December 9, 2008 CSS 450 Kelvin Sung Cannon Ball: User Manual Page 2 of 8 Table of Contents GAMEPLAY:... 3 HERO - TANK... 3 CANNON BALL:...

More information

Brick Breaker. By Connor Molde Comptuer Games & Interactive Media Year 1

Brick Breaker. By Connor Molde Comptuer Games & Interactive Media Year 1 Brick Breaker By Connor Molde Comptuer Games & Interactive Media Year 1 Contents Section One: Section Two: Project Abstract Page 1 Concept Design Pages 2-3 Section Three: Research Pages 4-7 Section Four:

More information

Maze Puzzler Beta. 7. Somewhere else in the room place locks to impede the player s movement.

Maze Puzzler Beta. 7. Somewhere else in the room place locks to impede the player s movement. Maze Puzzler Beta 1. Open the Alpha build of Maze Puzzler. 2. Create the following Sprites and Objects: Sprite Name Image File Object Name SPR_Detonator_Down Detonator_On.png OBJ_Detonator_Down SPR_Detonator_Up

More information

G54GAM Lab Session 1

G54GAM Lab Session 1 G54GAM Lab Session 1 The aim of this session is to introduce the basic functionality of Game Maker and to create a very simple platform game (think Mario / Donkey Kong etc). This document will walk you

More information

Next Back Save Project Save Project Save your Story

Next Back Save Project Save Project Save your Story What is Photo Story? Photo Story is Microsoft s solution to digital storytelling in 5 easy steps. For those who want to create a basic multimedia movie without having to learn advanced video editing, Photo

More information

04. Two Player Pong. 04.Two Player Pong

04. Two Player Pong. 04.Two Player Pong 04.Two Player Pong One of the most basic and classic computer games of all time is Pong. Originally released by Atari in 1972 it was a commercial hit and it is also the perfect game for anyone starting

More information

2D Platform. Table of Contents

2D Platform. Table of Contents 2D Platform Table of Contents 1. Making the Main Character 2. Making the Main Character Move 3. Making a Platform 4. Making a Room 5. Making the Main Character Jump 6. Making a Chaser 7. Setting Lives

More information

PHOTOSHOP PUZZLE EFFECT

PHOTOSHOP PUZZLE EFFECT PHOTOSHOP PUZZLE EFFECT In this Photoshop tutorial, we re going to look at how to easily create a puzzle effect, allowing us to turn any photo into a jigsaw puzzle! Or at least, we ll be creating the illusion

More information

CAPSTONE PROJECT 1.A: OVERVIEW. Purpose

CAPSTONE PROJECT 1.A: OVERVIEW. Purpose CAPSTONE PROJECT CAPSTONE PROJECT 1.A: Overview 1.B: Submission Requirements 1.C: Milestones 1.D: Final Deliverables 1.E: Dependencies 1.F: Task Breakdowns 1.G: Timeline 1.H: Standards Alignment 1.I: Assessment

More information

CISC 1600, Lab 2.2: More games in Scratch

CISC 1600, Lab 2.2: More games in Scratch CISC 1600, Lab 2.2: More games in Scratch Prof Michael Mandel Introduction Today we will be starting to make a game in Scratch, which ultimately will become your submission for Project 3. This lab contains

More information

Create a Simple Game in Scratch

Create a Simple Game in Scratch Create a Simple Game in Scratch Based on a presentation by Barb Ericson Georgia Tech June 2009 Learn about Goals event handling simple sequential execution loops variables conditionals parallel execution

More information

The purpose of this document is to help users create their own TimeSplitters Future Perfect maps. It is designed as a brief overview for beginners.

The purpose of this document is to help users create their own TimeSplitters Future Perfect maps. It is designed as a brief overview for beginners. MAP MAKER GUIDE 2005 Free Radical Design Ltd. "TimeSplitters", "TimeSplitters Future Perfect", "Free Radical Design" and all associated logos are trademarks of Free Radical Design Ltd. All rights reserved.

More information

Memory. Introduction. Scratch. In this project, you will create a memory game where you have to memorise and repeat a sequence of random colours!

Memory. Introduction. Scratch. In this project, you will create a memory game where you have to memorise and repeat a sequence of random colours! Scratch 2 Memory All Code Clubs must be registered. Registered clubs appear on the map at codeclubworld.org - if your club is not on the map then visit jumpto.cc/ccwreg to register your club. Introduction

More information

Maniacally Obese Penguins, Inc.

Maniacally Obese Penguins, Inc. Maniacally Obese Penguins, Inc. FLAUNCY SPACE COWS Design Document Project Team: Kyle Bradbury Asher Dratel Aram Mead Kathryn Seyboth Jeremy Tyler Maniacally Obese Penguins, Inc. Tufts University E-mail:

More information

Editing the standing Lazarus object to detect for being freed

Editing the standing Lazarus object to detect for being freed Lazarus: Stages 5, 6, & 7 Of the game builds you have done so far, Lazarus has had the most programming properties. In the big picture, the programming, animation, gameplay of Lazarus is relatively simple.

More information

TEMPLE OF LOCKS V1.0

TEMPLE OF LOCKS V1.0 TEMPLE OF LOCKS V1.0 2009 PAUL KNICKERBOCKER FOR LANE COMMUNITY COLLEGE In this game we will expand our look at Game Maker and deal with some of the complexities involved in making moving objects using

More information

The original image. Let s get started! The final light rays effect. Photoshop adds a new layer named Layer 1 above the Background layer.

The original image. Let s get started! The final light rays effect. Photoshop adds a new layer named Layer 1 above the Background layer. Add Rays Of Light To A Photo In this photo effects tutorial, we ll learn how to quickly and easily add rays of sunlight to an image with Photoshop! I ll be using Photoshop CS5 throughout this tutorial

More information

Z-Town Design Document

Z-Town Design Document Z-Town Design Document Development Team: Cameron Jett: Content Designer Ryan Southard: Systems Designer Drew Switzer:Content Designer Ben Trivett: World Designer 1 Table of Contents Introduction / Overview...3

More information

NOVA. Game Pitch SUMMARY GAMEPLAY LOOK & FEEL. Story Abstract. Appearance. Alex Tripp CIS 587 Fall 2014

NOVA. Game Pitch SUMMARY GAMEPLAY LOOK & FEEL. Story Abstract. Appearance. Alex Tripp CIS 587 Fall 2014 Alex Tripp CIS 587 Fall 2014 NOVA Game Pitch SUMMARY Story Abstract Aliens are attacking the Earth, and it is up to the player to defend the planet. Unfortunately, due to bureaucratic incompetence, only

More information

SAVING, LOADING AND REUSING LAYER STYLES

SAVING, LOADING AND REUSING LAYER STYLES SAVING, LOADING AND REUSING LAYER STYLES In this Photoshop tutorial, we re going to learn how to save, load and reuse layer styles! Layer styles are a great way to create fun and interesting photo effects

More information

In this project, you will create a memory game where you have to memorise and repeat a sequence of random colours!

In this project, you will create a memory game where you have to memorise and repeat a sequence of random colours! Memory Introduction In this project, you will create a memory game where you have to memorise and repeat a sequence of random colours! Step 1: Random colours First, let s create a character that can change

More information

Ogg Vorbis Audio Compression provided by the Xiph.org Foundation.

Ogg Vorbis Audio Compression provided by the Xiph.org Foundation. Portions of this software utilize SpeedTree technology ( 2018 Interactive Data Visualization, Inc.). SpeedTree is a registered trademark of Interactive Data Visualization, Inc. All rights reserved. Ogg

More information

Kismet Interface Overview

Kismet Interface Overview The following tutorial will cover an in depth overview of the benefits, features, and functionality within Unreal s node based scripting editor, Kismet. This document will cover an interface overview;

More information

Programming with Scratch

Programming with Scratch Programming with Scratch A step-by-step guide, linked to the English National Curriculum, for primary school teachers Revision 3.0 (Summer 2018) Revised for release of Scratch 3.0, including: - updated

More information

Overview. The Game Idea

Overview. The Game Idea Page 1 of 19 Overview Even though GameMaker:Studio is easy to use, getting the hang of it can be a bit difficult at first, especially if you have had no prior experience of programming. This tutorial is

More information

Let s start by making a pencil, that can be used to draw on the stage.

Let s start by making a pencil, that can be used to draw on the stage. Paint Box Introduction In this project, you will be making your own paint program! Step 1: Making a pencil Let s start by making a pencil, that can be used to draw on the stage. Activity Checklist Start

More information

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

BE SURE TO COMPLETE HYPOTHESIS STATEMENTS FOR EACH STAGE. ( ) DO NOT USE THE TEST BUTTON IN THIS ACTIVITY UNTIL THE END! Lazarus: Stages 3 & 4 In the world that we live in, we are a subject to the laws of physics. The law of gravity brings objects down to earth. Actions have equal and opposite reactions. Some objects have

More information

How to use Photo Story 3

How to use Photo Story 3 How to use Photo Story 3 Photo Story 3 helps you to make digital stories on the computer using photos (or other images), text and sound. You can record your voice and write your own text. You can also

More information

Tac Due: Sep. 26, 2012

Tac Due: Sep. 26, 2012 CS 195N 2D Game Engines Andy van Dam Tac Due: Sep. 26, 2012 Introduction This assignment involves a much more complex game than Tic-Tac-Toe, and in order to create it you ll need to add several features

More information

Annex IV - Stencyl Tutorial

Annex IV - Stencyl Tutorial Annex IV - Stencyl Tutorial This short, hands-on tutorial will walk you through the steps needed to create a simple platformer using premade content, so that you can become familiar with the main parts

More information

Lesson 8 Tic-Tac-Toe (Noughts and Crosses)

Lesson 8 Tic-Tac-Toe (Noughts and Crosses) Lesson Game requirements: There will need to be nine sprites each with three costumes (blank, cross, circle). There needs to be a sprite to show who has won. There will need to be a variable used for switching

More information

A retro space combat game by Chad Fillion. Chad Fillion Scripting for Interactivity ITGM 719: 5/13/13 Space Attack - Retro space shooter game

A retro space combat game by Chad Fillion. Chad Fillion Scripting for Interactivity ITGM 719: 5/13/13 Space Attack - Retro space shooter game A retro space combat game by Designed and developed as a throwback to the classic 80 s arcade games, Space Attack launches players into a galaxy of Alien enemies in an endurance race to attain the highest

More information

Photo One Digital Photo Shoots and Edits

Photo One Digital Photo Shoots and Edits Photo One Digital Photo Shoots and Edits You will submit photo shoots, unedited and you will submit selected edited images. The shoots will be explained first and the edits will be explained later on this

More information

BF2 Commander. Apply for Commander.

BF2 Commander. Apply for Commander. BF2 Commander Once you're in the game press "Enter" unless you're in the spawn screen and click on the "Squad" tab and you should see "Commander" with the option to apply for the commander, mutiny the

More information

Your First Game: Devilishly Easy

Your First Game: Devilishly Easy C H A P T E R 2 Your First Game: Devilishly Easy Learning something new is always a little daunting at first, but things will start to become familiar in no time. In fact, by the end of this chapter, you

More information

Adding in 3D Models and Animations

Adding in 3D Models and Animations Adding in 3D Models and Animations We ve got a fairly complete small game so far but it needs some models to make it look nice, this next set of tutorials will help improve this. They are all about importing

More information

DUCK VS BEAVERS. Table of Contents. Lane Community College

DUCK VS BEAVERS. Table of Contents. Lane Community College DUCK VS BEAVERS Lane Community College Table of Contents SECTION 0 OVERVIEW... 2 SECTION 1 RESOURCES... 3 SECTION 2 PLAYING THE GAME... 4 SECTION 3 UNDERSTANDING THE MENU SCREEN... 5 SECTION 3 PARALLAX

More information

GAME:IT Bouncing Ball

GAME:IT Bouncing Ball GAME:IT Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game All games need sprites (which are just pictures) that, in of themselves, do nothing. They are

More information

Instruction Manual. Pangea Software, Inc. All Rights Reserved Enigmo is a trademark of Pangea Software, Inc.

Instruction Manual. Pangea Software, Inc. All Rights Reserved Enigmo is a trademark of Pangea Software, Inc. Instruction Manual Pangea Software, Inc. All Rights Reserved Enigmo is a trademark of Pangea Software, Inc. THE GOAL The goal in Enigmo is to use the various Bumpers and Slides to direct the falling liquid

More information

Spellodrome Student Console

Spellodrome Student Console Spellodrome Student Console A guide to using the Spellodrome learning space Spellodrome is a captivating space which provides learners with all the tools they need to be successful, both in the classroom

More information

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

The purpose of this document is to outline the structure and tools that come with FPS Control. FPS Control beta 4.1 Reference Manual Purpose The purpose of this document is to outline the structure and tools that come with FPS Control. Required Software FPS Control Beta4 uses Unity 4. You can download

More information

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.

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. Brain Game Introduction 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. Step 1: Creating questions Let s start

More information

Step 1 - Setting Up the Scene

Step 1 - Setting Up the Scene Step 1 - Setting Up the Scene Step 2 - Adding Action to the Ball Step 3 - Set up the Pool Table Walls Step 4 - Making all the NumBalls Step 5 - Create Cue Bal l Step 1 - Setting Up the Scene 1. Create

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Kinect2Scratch Workbook

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Kinect2Scratch Workbook Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl Workbook Scratch is a drag and drop programming environment created by MIT. It contains colour coordinated code blocks that allow a user to build up instructions

More information

Unity 3.x. Game Development Essentials. Game development with C# and Javascript PUBLISHING

Unity 3.x. Game Development Essentials. Game development with C# and Javascript PUBLISHING Unity 3.x Game Development Essentials Game development with C# and Javascript Build fully functional, professional 3D games with realistic environments, sound, dynamic effects, and more! Will Goldstone

More information

GameSalad Basics. by J. Matthew Griffis

GameSalad Basics. by J. Matthew Griffis GameSalad Basics by J. Matthew Griffis [Click here to jump to Tips and Tricks!] General usage and terminology When we first open GameSalad we see something like this: Templates: GameSalad includes templates

More information

Getting Started with Panzer Campaigns: Budapest 45

Getting Started with Panzer Campaigns: Budapest 45 Getting Started with Panzer Campaigns: Budapest 45 Welcome to Panzer Campaigns Budapest 45. In this, the seventeenth title in of the Panzer Campaigns series of operational combat in World War II, we are

More information

Brain Game. Introduction. Scratch

Brain Game. Introduction. Scratch Scratch 2 Brain Game All Code Clubs must be registered. Registered clubs appear on the map at codeclubworld.org - if your club is not on the map then visit jumpto.cc/ccwreg to register your club. Introduction

More information

How to Make Smog Cloud Madness in GameSalad

How to Make Smog Cloud Madness in GameSalad How to Make Smog Cloud Madness in GameSalad by J. Matthew Griffis Note: this is an Intermediate level tutorial. It is recommended, though not required, to read the separate PDF GameSalad Basics and go

More information

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

Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game GAME:IT Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game All games need sprites (which are just pictures) that, in of themselves, do nothing. They are

More information

KEEPING SCORE: HOW TO USE SCORES, LIVES AND HEALTH

KEEPING SCORE: HOW TO USE SCORES, LIVES AND HEALTH KEEPING SCORE: HOW TO USE SCORES, LIVES AND HEALTH A game isn t much of a game unless you can measure how well you re doing. How well players are doing in a game is often measure by their score, how many

More information

C# Tutorial Fighter Jet Shooting Game

C# Tutorial Fighter Jet Shooting Game C# Tutorial Fighter Jet Shooting Game Welcome to this exciting game tutorial. In this tutorial we will be using Microsoft Visual Studio with C# to create a simple fighter jet shooting game. We have the

More information

Mobile and web games Development

Mobile and web games Development Mobile and web games Development For Alistair McMonnies FINAL ASSESSMENT Banner ID B00193816, B00187790, B00186941 1 Table of Contents Overview... 3 Comparing to the specification... 4 Challenges... 6

More information

This tutorial will guide you through the process of adding basic ambient sound to a Level.

This tutorial will guide you through the process of adding basic ambient sound to a Level. Tutorial: Adding Ambience to a Level This tutorial will guide you through the process of adding basic ambient sound to a Level. You will learn how to do the following: 1. Organize audio objects with a

More information

Clipping Masks And Type Placing An Image In Text With Photoshop

Clipping Masks And Type Placing An Image In Text With Photoshop Clipping Masks And Type Placing An Image In Text With Photoshop Written by Steve Patterson. In a previous tutorial, we learned the basics and essentials of using clipping masks in Photoshop to hide unwanted

More information

Creating Computer Games

Creating Computer Games By the end of this task I should know how to... 1) import graphics (background and sprites) into Scratch 2) make sprites move around the stage 3) create a scoring system using a variable. Creating Computer

More information

A Teacher s guide to the computers 4 kids minecraft education edition lessons

A Teacher s guide to the computers 4 kids minecraft education edition lessons ` A Teacher s guide to the computers 4 kids minecraft education edition lessons 2 Contents What is Minecraft Education Edition?... 3 How to install Minecraft Education Edition... 3 How to log into Minecraft

More information

For use with the emwave Desktop PC version Dual Drive for emwave User Guide User Guide

For use with the emwave Desktop PC version Dual Drive for emwave User Guide User Guide Dual For Drive use for emwave with User the Guide emwave Desktop PC version User Guide i Welcome to the World of Dual Drive Pro Dual Drive runs in conjunction with the emwave Desktop (PC version) and is

More information

Save System for Realistic FPS Prefab. Copyright Pixel Crushers. All rights reserved. Realistic FPS Prefab Azuline Studios.

Save System for Realistic FPS Prefab. Copyright Pixel Crushers. All rights reserved. Realistic FPS Prefab Azuline Studios. User Guide v1.1 Save System for Realistic FPS Prefab Copyright Pixel Crushers. All rights reserved. Realistic FPS Prefab Azuline Studios. Contents Chapter 1: Welcome to Save System for RFPSP...4 How to

More information

Mr. Giansante. Alice. 3D Programming

Mr. Giansante. Alice. 3D Programming Alice 3D Programming September 2016 Table of Contents What is Alice?... 3 The Alice Environment... 4 Tutorials... 5 Example Worlds... 6 Methods and Events... 7 Kangaroo Program... 8 Continuous Motion...

More information

Competitive Games: Playing Fair with Tanks

Competitive Games: Playing Fair with Tanks CHAPTER 10 Competitive Games: Playing Fair with Tanks Combat arenas are a popular theme in multiplayer games, because they create extremely compelling gameplay from very simple ingredients. This can often

More information

Unity Game Development Essentials

Unity Game Development Essentials Unity Game Development Essentials Build fully functional, professional 3D games with realistic environments, sound, dynamic effects, and more! Will Goldstone 1- PUBLISHING -J BIRMINGHAM - MUMBAI Preface

More information

Apple Photos Quick Start Guide

Apple Photos Quick Start Guide Apple Photos Quick Start Guide Photos is Apple s replacement for iphoto. It is a photograph organizational tool that allows users to view and make basic changes to photos, create slideshows, albums, photo

More information

Module 4 Build a Game

Module 4 Build a Game Module 4 Build a Game Game On 2 Game Instructions 3 Exercises 12 Look at Me 13 Exercises 15 I Can t Hear You! 17 Exercise 20 End of Module Quiz 20 2013 Lero Game On Design a Game When you start a programming

More information

HERO++ DESIGN DOCUMENT. By Team CreditNoCredit VERSION 6. June 6, Del Davis Evan Harris Peter Luangrath Craig Nishina

HERO++ DESIGN DOCUMENT. By Team CreditNoCredit VERSION 6. June 6, Del Davis Evan Harris Peter Luangrath Craig Nishina HERO++ DESIGN DOCUMENT By Team CreditNoCredit Del Davis Evan Harris Peter Luangrath Craig Nishina VERSION 6 June 6, 2011 INDEX VERSION HISTORY 4 Version 0.1 April 9, 2009 4 GAME OVERVIEW 5 Game logline

More information

Flappy Parrot Level 2

Flappy Parrot Level 2 Flappy Parrot Level 2 These projects are for use outside the UK only. More information is available on our website at http://www.codeclub.org.uk/. This coursework is developed in the open on GitHub, https://github.com/codeclub/

More information

Creating Journey In AgentCubes

Creating Journey In AgentCubes DRAFT 3-D Journey Creating Journey In AgentCubes Student Version No AgentCubes Experience You are a traveler on a journey to find a treasure. You travel on the ground amid walls, chased by one or more

More information

Introduction to Computer Science with MakeCode for Minecraft

Introduction to Computer Science with MakeCode for Minecraft Introduction to Computer Science with MakeCode for Minecraft Lesson 2: Events In this lesson, we will learn about events and event handlers, which are important concepts in computer science and can be

More information

15 TUBE CLEANER: A SIMPLE SHOOTING GAME

15 TUBE CLEANER: A SIMPLE SHOOTING GAME 15 TUBE CLEANER: A SIMPLE SHOOTING GAME Tube Cleaner was designed by Freid Lachnowicz. It is a simple shooter game that takes place in a tube. There are three kinds of enemies, and your goal is to collect

More information

2809 CAD TRAINING: Part 1 Sketching and Making 3D Parts. Contents

2809 CAD TRAINING: Part 1 Sketching and Making 3D Parts. Contents Contents Getting Started... 2 Lesson 1:... 3 Lesson 2:... 13 Lesson 3:... 19 Lesson 4:... 23 Lesson 5:... 25 Final Project:... 28 Getting Started Get Autodesk Inventor Go to http://students.autodesk.com/

More information

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

Using Game Maker. Getting Game Maker for Free. What is Game Maker? Non-event-based Programming: Polling. Getting Game Maker for Free Using Game Maker Getting Game Maker for Free Click here Mike Bailey mjb@cs.oregonstate.edu http://cs.oregonstate.edu/~mjb/gamemaker http://www.yoyogames.com/gamemaker What is Game Maker? Non-event-based

More information

Using Game Maker. Oregon State University. Oregon State University Computer Graphics

Using Game Maker.   Oregon State University. Oregon State University Computer Graphics Using Game Maker Mike Bailey mjb@cs.oregonstate.edu http://cs.oregonstate.edu/~mjb/gamemaker What is Game Maker? YoYo Games produced Game Maker so that many people could experience the thrill of making

More information

How to Make Games in MakeCode Arcade Created by Isaac Wellish. Last updated on :10:15 PM UTC

How to Make Games in MakeCode Arcade Created by Isaac Wellish. Last updated on :10:15 PM UTC How to Make Games in MakeCode Arcade Created by Isaac Wellish Last updated on 2019-04-04 07:10:15 PM UTC Overview Get your joysticks ready, we're throwing an arcade party with games designed by you & me!

More information

Game Maker Direction Between Two Points

Game Maker Direction Between Two Points Game Maker Direction Between Two Points I am trying to find a way to draw a line between one object and another 7 points (90% upvoted) /r/gamemaker hosts a 48-hour game design and development contest called

More information

Development Outcome 2

Development Outcome 2 Computer Games: F917 10/11/12 F917 10/11/12 Page 1 Contents Games Design Brief 3 Game Design Document... 5 Creating a Game in Scratch... 6 Adding Assets... 6 Altering a Game in Scratch... 7 If statement...

More information

Image Editor. Opening Image Editor. Click here to expand Table of Contents...

Image Editor. Opening Image Editor. Click here to expand Table of Contents... Image Editor Click here to expand Table of Contents... Opening Image Editor Image Editor Sorting and Filtering Using the Image Editor Source Tab Image Type Color Space Alpha Channel Interlace Mipmapping

More information

Lost in Space. Introduction. Scratch. You are going to learn how to program your own animation! Activity Checklist.

Lost in Space. Introduction. Scratch. You are going to learn how to program your own animation! Activity Checklist. Scratch 1 Lost in Space All Code Clubs must be registered. Registered clubs appear on the map at codeclubworld.org - if your club is not on the map then visit jumpto.cc/ccwreg to register your club. Introduction

More information

Blend Photos With Apply Image In Photoshop

Blend Photos With Apply Image In Photoshop Blend Photos With Apply Image In Photoshop Written by Steve Patterson. In this Photoshop tutorial, we re going to learn how easy it is to blend photostogether using Photoshop s Apply Image command to give

More information