Mobile and web games Development

Size: px
Start display at page:

Download "Mobile and web games Development"

Transcription

1 Mobile and web games Development For Alistair McMonnies FINAL ASSESSMENT Banner ID B , B , B

2 Table of Contents Overview... 3 Comparing to the specification... 4 Challenges... 6 Aspects of the game that went well... 7 Aspects of the game that didn t go as well... 8 What you would change in V2 of the game

3 Overview We aimed to develop a Single player arcade sport game for the casual gamers market in Java ME. Before we created the game, we made our title screen / animation for a java applet. Our idea was for a hurdles game: It s the 110m Hurdles and you re trying to get the best time possible to qualify for the Olympics in London Your training consists of 3 levels - pass them all in a good time and you will qualify The game is called Hectic Hurdles 2011 which involves the player performing quick button presses which will make the player run and in order to jump over the hurdles another button is pressed. If the player collides with the hurdle they are slowed down briefly. The players speed is displayed via a speed bar animation. A balance meter is presented to show the players stability while running down the track If the run button is pressed more than once in the same button presses the balance meter moves in that direction. Our original idea was to track the time in seconds which it takes the player to reach the finish and display the highscore from time it takes to cross the finish line and having the possibility of taking the sum of the 3 attempts and calculating an average time to qualify for the Olympics. Win Scenario: Players will win if they come first during the race or complete the level within the time limit. Lose Scenario: Players will lose if they do not complete the race within the time limit or are unable to get first place. The player can be disqualified if they run out their lane by losing balance. The games major Influence was Track and field (for Nes, Commodore 64, Arcade...) For our assessment 1, we created a java applet version of the introduction screens of our game. For the title Screen, we created the character named Percy Beard to run repeatedly across the screen - from left to right 3

4 Comparing to the specification What we said would be in the final game Key presses (rapid presses to make Player run), Balance Meter, Speed Meter, 3 Attempts, Score board to display current, high score & time Our original Structure Design 4

5 Our aim was to get a game playable in Java ME following this design. The final game implements the game canvas and player/hurdle classes however, we were unable to get a computer running against Percy thus the Computer Sprite class was not created. Rotation of the hurdle on collision would not rotate the way we required the solution was to set it invisible and reset its position to allow the game to continue. The balance meter: coding proved difficult and time constraint meant we could not afford to attempt something here. The specification states that only one level needed to be playable, we failed to get our 3 levels however; this was replaced by an option to restart the game at the end for another try. In the original specification we intended to have a heart sprite that will gauge the speed of the player. Thought the sprite was added to the game, it does not work properly by showing the speed of which the player is running. Sound effects, we originally planned to have sound when the players jump. But we opted to not add that since we do not conform to anyone s expectations from a game. 5

6 Challenges We found a number of challenging elements during the development of our game. Firstly, we had trouble setting the correct speed for Percy s run. This value had to allow the run to be smooth enough to handle the key presses of the two run keys while add to the distance travelled value. The rate that the hurdles travelled was also a small problem we faced. We found that keeping the hurdle at the same speed was not helping the game to become a casual game it took a fair bit of skill to jump the hurdles in this case so, we decided to change the rate every time a hurdle crashes into the player or goes off-screen. This funnily enough tied in with our game title Hectic Hurdles and also gave the player a chance of jumping the hurdles like a real athlete in a fair but challenging manner. (the player would now need to watch their speed in order to clear them instead of running at full speed constantly which is a good thing) Limiting the screen boundary was proving a difficult task as Percy was not behaving well. It was only after a few other parts of coding were implemented that we saw this problem developing. If you were to jump when running up to the boundary, Percy would jump through it and would be lost forever. We eventually got this handled properly by setting a boundary in the section of code which makes Percy jump. Remaking the screens to fit the horizontal emulator orientation (originally designed for a vertical screen) The screens needed to be made into a sprite sheet, and making the text readable with such small screen to display this - was a challenging task. The Keys intended for use with the mobile were not implemented in the final game. (4 and 6 to run were substituted by the left and right arrow keys). We could not get the Number pad numbers to be recognised on pressing them, so we eventually settled for the use of arrow keys to navigate menus and play the game with. 6

7 Aspects of the game that went well The overall outcome of the gameplay met our expectations. Our team performed well getting sections of the game completed on a weekly basis - Team working worked very well on this particular project We organised our resources online using a wikispace to centrally store all versions of our coding and images/documents. With version control being implemented, it was easy for us to work on separate sections of the code at home and group the parts together. We would meet online and share ideas/code regularly and attempt to get as much done as possible during the lab sessions. Similarly, the design of our game code came together nicely which gave us a playable game we hoped to end up with. The artwork was also a feature of our game we thought went well it brought out the games retro feel. Thinking about how we were going to create the game before hand was a big benefit when we started coding in Java ME. We eventually made our Game Title Screens into a sprite sheet which went well and saved more memory getting used up for storing more images. The important aspects of the players attributes such as running and jumping and colliding with other sprites generally worked well even though we were unable to get the hurdle falling over. The Players main features were implemented effectively. The player can increase their speed according to key presses and also jump over the hurdles (working collision rectangles to check for collision). The planning for this helped us code these properties properly. Introduction screen was cleaned up from our applet version ( toned down transparent menu) The images were updated with appropriate keys to be pressed and made clearer for the mobile devices screen. 7

8 Aspects of the game that didn t go as well The Missing features that we failed to implement due to either time constraints or coding problems/errors Initially we planned to have a computer player to compete against players but due to the lack of time it wasn't added Unable to implement the number keys of the phone to control the player / navigate the menu The balance meter was not included due to the time constraint idea was there but not fully coded and was left out of the final game The hurdle would not function like we desired when it collided with Percy. The Method of scoring was altered somewhat, due to the way we coded the game (ie instead of having the 3 attempts to beat the clock/score) At the same time we had not though deep enough about exactly how we would code this feature. 8

9 What you would change in V2 of the game In regards to planning the next iteration of Hectic Hurdles our first objective would most like be to implement features that were supposed to be in the first game but didn't make it. The features that to be considered would be the balance meter, a CPU opponent to race against, proper implementation of the speed monitor and more tracks to race on with increasing difficulty. A fully working balance meter is a much desired feature to the game as it would require the player to carefully time their arrow key presses to keep on track and not stray off course which would result in a disqualification, ending Percy's dreams. This means that the player will have to consider their timing when running rather than mashing the arrow keys to go faster, which itself is not a good idea since it will give the user a tougher time to jump over the hurdles. All in all, simple implementation of the balance meter gives the user a little bit more of a learning curve and requires a bit more thought without making the game too difficult. A CPU is also a very important as it gives the player a clear objective, where the player needs to come first place to progress. We could allow the player to choose the difficulty of the CPU they're up against at the menu or have the CPU increase in difficulty as the player progresses to the next track. Ideally it would be best to include both features with CPU getting increasingly more difficult while sticking to the chosen difficulty level (e.g. the difficulty of track 3 on easy will be the same as track 1 on hard.) Giving the speed monitor more functionality could add some interesting features to the gameplay. For example the player may need to keep an eye on it so as to avoid expending too much stamina which will cause the player to run slower in the long term. Again it would fulfil a similar goal to that of the balance meter, to get the player to think a little more about what they're doing rather than mashing the buttons to go forward. Adding more tracks to the game is must, to make the game last longer. As the player progresses to the next stage, things will get more difficult (with the conditions of the course as well as the CPU) as the frequency of hurdles and the speed at which they come on screen will increase. They may also come on screen at random intervals rather than at the same frequency, which players would eventually get used to. We would change the approach we had if we were to create another Java ME game. Before coding the game the group would write pseudo code for the game. This will give a better idea on what we would need to add in the coding stages as well as giving a clear indication of how it could be done. It will allow us to work faster, since there would be a guideline, instead of figuring it on the spot. Throughout the programming stages of the game code became more difficult to read due to the addition of new features as well as keeping code that was not in use. Taking away code that doesn t do anything or is not in use will give the group less code to look through as well as not being confused by its purpose. To help the group understand the code better and help ease of finding what each section of code does comments will need to be added. 9

Creating a Mobile Game

Creating a Mobile Game The University of Akron IdeaExchange@UAkron Honors Research Projects The Dr. Gary B. and Pamela S. Williams Honors College Spring 2015 Creating a Mobile Game Timothy Jasany The University Of Akron, trj21@zips.uakron.edu

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

Overall approach, including resources required. Session Goals

Overall approach, including resources required. Session Goals Participants Method Date Session Numbers Who (characteristics of your play-tester) Overall approach, including resources required Session Goals What to measure How to test How to Analyse 24/04/17 1 3 Lachlan

More information

Orbital Delivery Service

Orbital Delivery Service Orbital Delivery Service Michael Krcmarik Andrew Rodman Project Description 1 Orbital Delivery Service is a 2D moon lander style game where the player must land a cargo ship on various worlds at the intended

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

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

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

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

Run Very Fast. Sam Blake Gabe Grow. February 27, 2017 GIMM 290 Game Design Theory Dr. Ted Apel

Run Very Fast. Sam Blake Gabe Grow. February 27, 2017 GIMM 290 Game Design Theory Dr. Ted Apel Run Very Fast Sam Blake Gabe Grow February 27, 2017 GIMM 290 Game Design Theory Dr. Ted Apel ABSTRACT The purpose of this project is to iterate a game design that focuses on social interaction as a core

More information

LESSON 5. Watching Out for Entries. General Concepts. General Introduction. Group Activities. Sample Deals

LESSON 5. Watching Out for Entries. General Concepts. General Introduction. Group Activities. Sample Deals LESSON 5 Watching Out for Entries General Concepts General Introduction Group Activities Sample Deals 114 Lesson 5 Watching out for Entries GENERAL CONCEPTS Play of the Hand Entries Sure entries Creating

More information

Keytar Hero. Bobby Barnett, Katy Kahla, James Kress, and Josh Tate. Teams 9 and 10 1

Keytar Hero. Bobby Barnett, Katy Kahla, James Kress, and Josh Tate. Teams 9 and 10 1 Teams 9 and 10 1 Keytar Hero Bobby Barnett, Katy Kahla, James Kress, and Josh Tate Abstract This paper talks about the implementation of a Keytar game on a DE2 FPGA that was influenced by Guitar Hero.

More information

Formula Dé. Aim of the game

Formula Dé. Aim of the game Formula Dé Manufacturer: Eurogames/Descartes Designer: Eric Randall, Laurent Lavaur Year: 1997 Playtime: 1-6 hours Number of Players: 2-10 Ages: 12+ Written by: Harold van Veenendaal Do not use this file

More information

Project Documentation for Zombie Trail

Project Documentation for Zombie Trail Project Documentation for Zombie Trail Requirements Basic Requirements of the Program o The program is designed to be a fully playable (the game will not crash, and the end goal of the game is reachable)

More information

All-Stars Dungeons And Diamonds Fundamental. Secrets, Details And Facts (v1.0r3)

All-Stars Dungeons And Diamonds Fundamental. Secrets, Details And Facts (v1.0r3) All-Stars Dungeons And Diamonds Fundamental 1 Secrets, Details And Facts (v1.0r3) Welcome to All-Stars Dungeons and Diamonds Fundamental Secrets, Details and Facts ( ASDADFSDAF for short). This is not

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

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

The Design & Development of RPS-Vita An Augmented Reality Game for PlayStation Vita CMP S1: Applied Game Technology Duncan Bunting

The Design & Development of RPS-Vita An Augmented Reality Game for PlayStation Vita CMP S1: Applied Game Technology Duncan Bunting The Design & Development of RPS-Vita An Augmented Reality Game for PlayStation Vita CMP404.2016-7.S1: Applied Game Technology Duncan Bunting 1302739 1 - Design 1.1 - About The Game RPS-Vita, or Rock Paper

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

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

No Evidence. What am I Testing? Expected Outcomes Testing Method Actual Outcome Action Required 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

More information

Game Design Document 11/13/2015

Game Design Document 11/13/2015 2015 Game Design Document 11/13/2015 Contents Overview... 2 Genre... 2 Target Audience... 2 Gameplay... 2 Objective... 2 Mechanics... 2 Gameplay... 2 Revive... 3 Pay Slips... 3 Watch Video Add... 3 Level

More information

INVENTION LOG FOR CODE KIT

INVENTION LOG FOR CODE KIT INVENTION LOG FOR CODE KIT BUILD GAMES. LEARN TO CODE. Name: What challenge are you working on? In a sentence or two, describe the challenge you will be working on. Explore new ideas and bring them to

More information

CMS.608 / CMS.864 Game Design Spring 2008

CMS.608 / CMS.864 Game Design Spring 2008 MIT OpenCourseWare http://ocw.mit.edu CMS.608 / CMS.864 Game Design Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Clara Rhee Sarah Sperry

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

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

Key Abstractions in Game Maker

Key Abstractions in Game Maker Key Abstractions in Game Maker Foundations of Interactive Game Design Prof. Jim Whitehead January 24, 2008 Creative Commons Attribution 3.0 creativecommons.org/licenses/by/3.0 Upcoming Assignments Today:

More information

SDS PODCAST EPISODE 110 ALPHAGO ZERO

SDS PODCAST EPISODE 110 ALPHAGO ZERO SDS PODCAST EPISODE 110 ALPHAGO ZERO Show Notes: http://www.superdatascience.com/110 1 Kirill: This is episode number 110, AlphaGo Zero. Welcome back ladies and gentlemen to the SuperDataSceince podcast.

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

LESSON 5. Rebids by Opener. General Concepts. General Introduction. Group Activities. Sample Deals

LESSON 5. Rebids by Opener. General Concepts. General Introduction. Group Activities. Sample Deals LESSON 5 Rebids by Opener General Concepts General Introduction Group Activities Sample Deals 88 Bidding in the 21st Century GENERAL CONCEPTS The Bidding Opener s rebid Opener s second bid gives responder

More information

The Robot Olympics: A competition for Tribot s and their humans

The Robot Olympics: A competition for Tribot s and their humans The Robot Olympics: A Competition for Tribot s and their humans 1 The Robot Olympics: A competition for Tribot s and their humans Xinjian Mo Faculty of Computer Science Dalhousie University, Canada xmo@cs.dal.ca

More information

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

COLLISION MASKS. Collision Detected Collision Detected No Collision Detected Collision Detected COLLISION MASKS Although we have already worked with Collision Events, it if often necessary to edit a sprite s collision mask, which is the area that is used to calculate when two objects collide or not

More information

ADVANCED WHACK A MOLE VR

ADVANCED WHACK A MOLE VR ADVANCED WHACK A MOLE VR Tal Pilo, Or Gitli and Mirit Alush TABLE OF CONTENTS Introduction 2 Development Environment 3 Application overview 4-8 Development Process - 9 1 Introduction We developed a VR

More information

Project: Circular Strife Paper Prototype Play-test IAT Team Members: Cody Church, Lawson Lim, Matt Louie, Sammpa Raski, Daniel Jagger

Project: Circular Strife Paper Prototype Play-test IAT Team Members: Cody Church, Lawson Lim, Matt Louie, Sammpa Raski, Daniel Jagger Play-testing Goal Our goal was to test the physical game mechanics that will be in our final game. The game concept includes 3D, real-time movement and constant action, and our paper prototype had to reflect

More information

Tutorial: A scrolling shooter

Tutorial: A scrolling shooter Tutorial: A scrolling shooter Copyright 2003-2004, Mark Overmars Last changed: September 2, 2004 Uses: version 6.0, advanced mode Level: Beginner Scrolling shooters are a very popular type of arcade action

More information

Sensible Chuckle SuperTuxKart Concrete Architecture Report

Sensible Chuckle SuperTuxKart Concrete Architecture Report Sensible Chuckle SuperTuxKart Concrete Architecture Report Sam Strike - 10152402 Ben Mitchell - 10151495 Alex Mersereau - 10152885 Will Gervais - 10056247 David Cho - 10056519 Michael Spiering Table of

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

Challenge 0: Challenge 1: Go to and. Sign in to your Google (consumer) account. Go to

Challenge 0: Challenge 1: Go to   and. Sign in to your Google (consumer) account. Go to Challenge 0: Go to http://www.wescheme.org/ and Sign in to your Google (consumer) account. Go to http://goo.gl/sasvj and Now you can rename the game and But more importantly: Challenge 1: The city rat

More information

INTANGIBLES Big-League Stories and Strategies for Winning the Mental Game in Baseball and in Life

INTANGIBLES Big-League Stories and Strategies for Winning the Mental Game in Baseball and in Life INTANGIBLES Big-League Stories and Strategies for Winning the Mental Game in Baseball and in Life These Character Development Inventory forms are meant as a supplement to your book purchase. It was important

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

Emoji Planet Video Slot Game Rules

Emoji Planet Video Slot Game Rules Emoji Planet Video Slot Game Rules Emoji Planet Video Slot is a 6-reel, 5-row video slot with the Cluster Pays mechanics. The game boasts of the Avalanche Feature, Wild and Sticky Wild substitutions, and

More information

Developing Frogger Player Intelligence Using NEAT and a Score Driven Fitness Function

Developing Frogger Player Intelligence Using NEAT and a Score Driven Fitness Function Developing Frogger Player Intelligence Using NEAT and a Score Driven Fitness Function Davis Ancona and Jake Weiner Abstract In this report, we examine the plausibility of implementing a NEAT-based solution

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

Ghostbusters. Level. Introduction:

Ghostbusters. Level. Introduction: Introduction: This project is like the game Whack-a-Mole. You get points for hitting the ghosts that appear on the screen. The aim is to get as many points as possible in 30 seconds! Save Your Project

More information

Robot Olympics: Programming Robots to Perform Tasks in the Real World

Robot Olympics: Programming Robots to Perform Tasks in the Real World Robot Olympics: Programming Robots to Perform Tasks in the Real World Coranne Lipford Faculty of Computer Science Dalhousie University, Canada lipford@cs.dal.ca Raymond Walsh Faculty of Computer Science

More information

In this project you ll learn how to create a game, in which you have to match up coloured dots with the correct part of the controller.

In this project you ll learn how to create a game, in which you have to match up coloured dots with the correct part of the controller. Catch the Dots Introduction In this project you ll learn how to create a game, in which you have to match up coloured dots with the correct part of the controller. Step 1: Creating a controller Let s start

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

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

Tutorial: Creating maze games

Tutorial: Creating maze games Tutorial: Creating maze games Copyright 2003, Mark Overmars Last changed: March 22, 2003 (finished) Uses: version 5.0, advanced mode Level: Beginner Even though Game Maker is really simple to use and creating

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

Game Design Curriculum Multimedia Fusion 2. Created by Rahul Khurana. Copyright, VisionTech Camps & Classes

Game Design Curriculum Multimedia Fusion 2. Created by Rahul Khurana. Copyright, VisionTech Camps & Classes Game Design Curriculum Multimedia Fusion 2 Before starting the class, introduce the class rules (general behavioral etiquette). Remind students to be careful about walking around the classroom as there

More information

DreamHack HCT Grand Prix Rules

DreamHack HCT Grand Prix Rules DreamHack HCT Grand Prix Rules The DreamHack administration team holds the right to alter rules at any time, to ensure fair play and a smooth tournament. Introduction The following terms and conditions

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

CMS.608 / CMS.864 Game Design Spring 2008

CMS.608 / CMS.864 Game Design Spring 2008 MIT OpenCourseWare http://ocw.mit.edu CMS.608 / CMS.864 Game Design Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Sarah Sperry CMS.608 16

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

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

CPSC 217 Assignment 3

CPSC 217 Assignment 3 CPSC 217 Assignment 3 Due: Friday November 24, 2017 at 11:55pm Weight: 7% Sample Solution Length: Less than 100 lines, including blank lines and some comments (not including the provided code) Individual

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

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

Monte Carlo based battleship agent

Monte Carlo based battleship agent Monte Carlo based battleship agent Written by: Omer Haber, 313302010; Dror Sharf, 315357319 Introduction The game of battleship is a guessing game for two players which has been around for almost a century.

More information

AIM OF THE GAME GLACIER RACE. Glacier Race. Ben Gems: 20. Laura Gems: 13

AIM OF THE GAME GLACIER RACE. Glacier Race. Ben Gems: 20. Laura Gems: 13 Glacier Race 166 GLACIER RACE How to build Glacier Race Glacier Race is a two-player game in which you race up the screen, swerving around obstacles and collecting gems as you go. There s no finish line

More information

Game On Rubric De-coded

Game On Rubric De-coded Game On Rubric De-coded 2017-2018 This is a detailed explanation of how points could be awarded using the Game On rubric. It is intended to inform the students, coaches and supervisors what is expected

More information

Procedural Level Generation for a 2D Platformer

Procedural Level Generation for a 2D Platformer Procedural Level Generation for a 2D Platformer Brian Egana California Polytechnic State University, San Luis Obispo Computer Science Department June 2018 2018 Brian Egana 2 Introduction Procedural Content

More information

Ada Lovelace Computing Level 3 Scratch Project ROAD RACER

Ada Lovelace Computing Level 3 Scratch Project ROAD RACER Ada Lovelace Computing Level 3 Scratch Project ROAD RACER ANALYSIS (what will your program do) For my project I will create a game in Scratch called Road Racer. The object of the game is to control a car

More information

In the end, the code and tips in this document could be used to create any type of camera.

In the end, the code and tips in this document could be used to create any type of camera. Overview The Adventure Camera & Rig is a multi-behavior camera built specifically for quality 3 rd Person Action/Adventure games. Use it as a basis for your custom camera system or out-of-the-box to kick

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

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

First Tutorial Orange Group

First Tutorial Orange Group First Tutorial Orange Group The first video is of students working together on a mechanics tutorial. Boxed below are the questions they re discussing: discuss these with your partners group before we watch

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

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

Trainyard: A level design post-mortem

Trainyard: A level design post-mortem Trainyard: A level design post-mortem Matt Rix Magicule Inc. - I m Matt Rix, the creator of Trainyard - This talking is going to be partly a post-mortem - And partly just me talking about my philosophy

More information

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

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code Introduction: This project is like the game Whack-a-Mole. You get points for hitting the witches that appear on the screen. The aim is to get as many points as possible in 30 seconds! Activity Checklist

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

Centrifuge technology: the future for enrichment

Centrifuge technology: the future for enrichment World Nuclear Association Annual Symposium 5-7 September 2001 - London Centrifuge technology: the future for enrichment Pat Upson Introduction After many years of research into the alternative possible

More information

game tree complete all possible moves

game tree complete all possible moves Game Trees Game Tree A game tree is a tree the nodes of which are positions in a game and edges are moves. The complete game tree for a game is the game tree starting at the initial position and containing

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

5.0 Events and Actions

5.0 Events and Actions 5.0 Events and Actions So far, we ve defined the objects that we will be using and allocated movement to particular objects. But we still need to know some more information before we can create an actual

More information

The University of Melbourne Department of Computer Science and Software Engineering Graphics and Computation

The University of Melbourne Department of Computer Science and Software Engineering Graphics and Computation The University of Melbourne Department of Computer Science and Software Engineering 433-380 Graphics and Computation Project 2, 2008 Set: 18 Apr Demonstration: Week commencing 19 May Electronic Submission:

More information

LESSON 4. Second-Hand Play. General Concepts. General Introduction. Group Activities. Sample Deals

LESSON 4. Second-Hand Play. General Concepts. General Introduction. Group Activities. Sample Deals LESSON 4 Second-Hand Play General Concepts General Introduction Group Activities Sample Deals 110 Defense in the 21st Century General Concepts Defense Second-hand play Second hand plays low to: Conserve

More information

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

Add in a new ghost sprite, and a suitable stage backdrop. Ghostbusters Introduction You are going to make a ghost-catching game! Step 1: Animating a ghost Activity Checklist Start a new Scratch project, and delete the cat sprite so that your project is empty.

More information

Grade 7/8 Math Circles Game Theory October 27/28, 2015

Grade 7/8 Math Circles Game Theory October 27/28, 2015 Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 7/8 Math Circles Game Theory October 27/28, 2015 Chomp Chomp is a simple 2-player game. There is

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

Sudoku Touch. 1-4 players, adult recommended. Sudoku Touch by. Bring your family back together!

Sudoku Touch. 1-4 players, adult recommended. Sudoku Touch by. Bring your family back together! Sudoku Touch Sudoku Touch by Bring your family back together! 1-4 players, adult recommended Sudoku Touch is a logic game, allowing up to 4 users to play at once. The game can be played with individual

More information

2.1 - Useful Links Set Up Phaser First Project Empty Game Add Player Create the World 23

2.1 - Useful Links Set Up Phaser First Project Empty Game Add Player Create the World 23 Contents 1 - Introduction 1 2 - Get Started 2 2.1 - Useful Links 3 2.2 - Set Up Phaser 4 2.3 - First Project 7 3 - Basic Elements 11 3.1 - Empty Game 12 3.2 - Add Player 17 3.3 - Create the World 23 3.4

More information

Candidate Instructions

Candidate Instructions Create Software Components Using Java - Level 2 Assignment 7262-22-205 Create Software Components Using Java Level 2 Candidates are advised to read all instructions carefully before starting work and to

More information

English as a Second Language Podcast ESL Podcast 295 Playing Video Games

English as a Second Language Podcast   ESL Podcast 295 Playing Video Games GLOSSARY fighting violent; with two or more people physically struggling against each other * In this fighting game, you can make the characters kick and hit each other in several directions. role-playing

More information

CMS.608 / CMS.864 Game Design Spring 2008

CMS.608 / CMS.864 Game Design Spring 2008 MIT OpenCourseWare http://ocw.mit.edu CMS.608 / CMS.864 Game Design Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 1 Sharat Bhat, Joshua

More information

Surfing on a Sine Wave

Surfing on a Sine Wave Surfing on a Sine Wave 6.111 Final Project Proposal Sam Jacobs and Valerie Sarge 1. Overview This project aims to produce a single player game, titled Surfing on a Sine Wave, in which the player uses a

More information

ELEN W4840 Embedded System Design Final Project Button Hero : Initial Design. Spring 2007 March 22

ELEN W4840 Embedded System Design Final Project Button Hero : Initial Design. Spring 2007 March 22 ELEN W4840 Embedded System Design Final Project Button Hero : Initial Design Spring 2007 March 22 Charles Lam (cgl2101) Joo Han Chang (jc2685) George Liao (gkl2104) Ken Yu (khy2102) INTRODUCTION Our goal

More information

Rules & Regulations RAINBOW SIX SIEGE

Rules & Regulations RAINBOW SIX SIEGE Rules & Regulations RAINBOW SIX SIEGE This document outlines the rules and regulations pertaining to RAINBOW SIX SIEGE Tournaments hosted by Playtonia esports. Failing to adhere to these rules and regulations

More information

42 nd WORLD BG CHAMPIONSHIP Tournament Rules

42 nd WORLD BG CHAMPIONSHIP Tournament Rules 42 nd WORLD BG CHAMPIONSHIP Tournament Rules 1. PROPRIETIES 2. REGULATIONS 3. PREPARATION 4. THE GAME 5. DISPUTES 1. PROPRIETIES 1.1 Interpretation These tournament rules cannot and are not meant to cover

More information

Never power this piano with anything other than a standard 9V battery!

Never power this piano with anything other than a standard 9V battery! Welcome to the exciting world of Digital Electronics! Who is this kit intended for? This kit is intended for anyone from ages 13 and above and assumes no previous knowledge in the field of hobby electronics.

More information

SUPER PUZZLE FIGHTER II TURBO

SUPER PUZZLE FIGHTER II TURBO SUPER PUZZLE FIGHTER II TURBO THE PUZZLE WARRIORS RYU Ryu lives only for martial arts and searches for opponents stronger than he is. He travels the world to become a true warrior. Ryu respects strength

More information

Level 2 Creating an event driven computer program using Java ( )

Level 2 Creating an event driven computer program using Java ( ) Level 2 Creating an event driven computer program using Java (7540-007) Assignment guide for Candidates Assignment A www.cityandguilds.com October 2017 Version 1.0 About City & Guilds City & Guilds is

More information

MITOCW R22. Dynamic Programming: Dance Dance Revolution

MITOCW R22. Dynamic Programming: Dance Dance Revolution MITOCW R22. Dynamic Programming: Dance Dance Revolution The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational

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

BITKIT. 8Bit FPGA. Updated 5/7/2018 (C) CraftyMech LLC.

BITKIT. 8Bit FPGA. Updated 5/7/2018 (C) CraftyMech LLC. BITKIT 8Bit FPGA Updated 5/7/2018 (C) 2017-18 CraftyMech LLC http://craftymech.com About The BitKit is an 8bit FPGA platform for recreating arcade classics as accurately as possible. Plug-and-play in any

More information

Getting Started with Osmo Coding. Updated

Getting Started with Osmo Coding. Updated Updated 3.1.17 1.4.2 What s Included Each set contains 19 magnetic coding blocks to control Awbie, a playful character who loves delicious strawberries. With each coding command, you guide Awbie on a wondrous

More information

Individual Test Item Specifications

Individual Test Item Specifications Individual Test Item Specifications 8208110 Game and Simulation Foundations 2015 The contents of this document were developed under a grant from the United States Department of Education. However, the

More information

LISTING THE WAYS. getting a total of 7 spots? possible ways for 2 dice to fall: then you win. But if you roll. 1 q 1 w 1 e 1 r 1 t 1 y

LISTING THE WAYS. getting a total of 7 spots? possible ways for 2 dice to fall: then you win. But if you roll. 1 q 1 w 1 e 1 r 1 t 1 y LISTING THE WAYS A pair of dice are to be thrown getting a total of 7 spots? There are What is the chance of possible ways for 2 dice to fall: 1 q 1 w 1 e 1 r 1 t 1 y 2 q 2 w 2 e 2 r 2 t 2 y 3 q 3 w 3

More information

A video game by Nathan Savant

A video game by Nathan Savant A video game by Nathan Savant Elevator Pitch Mage Ball! A game of soccer like you've never seen, summon walls, teleport, and even manipulate gravity in an intense multiplayer battle arena. - Split screen

More information

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.

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. Dodgeball Introduction 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. Step 1: Character movement Let s start by

More information