Beginning ios 3D Unreal

Size: px
Start display at page:

Download "Beginning ios 3D Unreal"

Transcription

1 Beginning ios 3D Unreal Games Development ' Robert Chin/ Apress*

2 Contents Contents at a Glance About the Author About the Technical Reviewers Acknowledgments Introduction iii ix x xi xii Chapter 1: UDK Overview 1 Getting Started 1 Unreal Editor Overview 1 The Generic Browser 2 Actor Classes Tab 3 The Content Browser and UDK Assets 5 Importing New Content 6 Searching for UDK Assets 6 UDK Texture Assets 8 UDK Material Assets 9 UDK Mesh Assets 10 UDK Particle System Assets 13 UDK Sound Cue Assets 14 I0S Specific UDK Information 16 Saving Data on an ios Device 16 Textures on an ios Device 17 Player Input Controls on an ios Device 17 PC to ios Setup 22 ios Requirements 22 Apple Developer's License 23 Provisioning 23 Running the UDK Game on the ios Device 23 Configuring Custom Game Types 27 Summary 28 M Chapter 2: UnrealScript Overview 29 Kismet or UnrealScript? 29 Overview of UnrealScript 32 Iv

3 UnrealScript Comments 34 UnrealScript Variables 34 Operators 38 Code Execution Row Control Statements 39 Class Declarations 41 Functions 41 States 42 Debug Messages 43 Creating and Compiling UnrealScript 43 Hands-On Example: Selecting an Object with Touch.45 Creating the Game Type 46 Creating the Player Controller 47 Settting up the Game Type Configuration 49 Running the Game Type 50 Summary 51 Chapter 3: Player Controllers, Pawns, and Weapons 53 Player Controller and Pawn Overview 53 Hands-on Example: Making your pawn visible with a 3D skeletal mesh character 55 Creating the Default First-Person View 55 Adding a Skeletal Mesh to represent your pawn 58 UDK Camera Overview 59 Hands-on Example: Changing the view of your pawn 60 UDK Weapons Overview 63 Inventory Manager 63 Weapon Types 63 Weapon States 64 Weapon Selection 66 Weapon Firing 67 Hands-on Example: Adding a weapon to your pawn 68 Creating the Weapon 68 Creating the Bullets for the Weapon 70 Creating the Custom Inventory Manager 71 Adding to the Player Controller 74 Hands-On Example: Adding a weapon to your first-person view 76 Creating the Weapon 76 Creating the Projectile for the Weapon 77 Creating the Pawn 77 Creating the Player Controller 78 Creating a New Game Type 80 Setting up your new Game Type 80 Running the new Game Type 81 Summary 82 Chapter 4: UDK Collisions 83 Collision Meshes 83 Collision Objects 86 KActor and KAsset Overview 86 Hands-on Example: Creating a KActor and applying a force to it 88

4 Hands-On Example: Creating a KAsset and applying a force to it 100 Physics Constraints 110 Physics Constraints Overview 110 Hands-On Example: Creating physics constraints with the Unreal Editor 113 Collisions 121 Collision Overview 121 Hands-on Example: Creating a Collision Object and Putting It in a Level 123 Hands-On Example: Making an exploding wall of blocks 132 Summary 135 HChapter 5:UDK Bots 137 UDK Bot Overview 137 Bot Related Classes '. 138 Key Bot Related Functions 138 Possession 139 Path Finding 140 Path Nodes 140 Navigation Mesh 141 Hands-On Example: Creating a bot and having it follow you using Path Nodes 142 Hands-On Example: Creating a bot and having it follow you using a Navigation Mesh 154 Hands-On Example: Moving a Bot to a point in the world specified by the Player 161 Hands-On Example: Equipping your bot with a weapon and Taking Damage 166 Summary 174 IIChapter 6: Environment: Sounds, Kismet, and HUD 175 UDK Sound Cues 175 Overview of the UDK Sound Cue Editor Adding Sound Cues Using the Unreal Editor ' 180 Adding Sound Cues Dynamically using UnrealScript 181 Adding Sound Cues Using Kismet 181 Hands-On Example: Adding Sound Cues to a Weapon 182 Kismet, Matinee and Moving Objects 185 Hands-On Example: Using Kismet to create a Moving Platform 185 Hands-on Example: Using Kismet to create Locked Gates 193 UDK Heads Up Display 199 Overview of the HUD 200 Hands-on Example: Adding a Basic Heads Up Display 201 Summary 204 HChapter 7: Sample Game and GamePlay 205 Gameplay Overview 205 Game Difficulty 205 Game Balance 206 Basic GamePlay 207 Hands-On Example: Creating a Basic Game Framework 207 Summary 225 Chapter 8:3D Math Review 227 Vectors 227 Vector Magnitude 229 Rotator to Vector Conversion 230

5 Normalizing Vectors 231 Vector Addition 231 Scalar Multiplication 232 Unit Circle 234 Right Triangle 235 Dot Product 236 Cross Product 237 Cover Nodes 238 Cover Node Overview 238 Hands-on Example: Cover Nodes 239 In-Depth Example Explanations 257 Third-Person Camera Positioning 257 Deriving a Direction Vector for Kicking an Object 258 Summary 260 H Chapter 9: Physics Game Framework 261 Physics Game Framework Overview 261 General Overview 262 Specific Overview 262 Hands-on Example: A Basic Physics Game 263 Creating the Game Type 263 Creating the Player Controller 265 Creating the Game Ball 272 Creating the HUD 274 Creating the RigidBodyCubeEx Object 276 Configuring the Game Type 277 Creating the Level 277 Running the Game 280 Summary 281 Chapter 10: First-Person Shooter Game Framework 283 Game Framework Overview, 283 General Overview 284 Specific Overview 284 Hands-On Example: First-Person Shooter Game Framework 285 Creating the Game Type 285 Creating the Player-Related Classes 287 Creating the Enemy Bot Related Classes 295 Creating the HUD 310 Creating the Bonus 312 Configuring the Game Type 313 Creating the Level 314 Running the Game 316 Summary 318 Chapter 11: Third-Person Shooter/Adventure Game Framework 319 Game Framework Overview 320 General Overview 320 Specific Overview 321 Hands-on Example: Third-Person Shooter/Adventure Game Framework 321

6 Creating the Game Type 321 Creating the Player Controller 322 Creating the Bot Ally Controller 330 Creating the BotMarker 336 Creating the Enemy Guard Bot Controller 337 Creating Enemy Guard Bot Pawn 342 Creating the Heads Up Display 342 Creating the Power Generator 345 Configuring the Game Type 346 Creating the Level 347 Running the Game 348 Summary '. 350 Chapter 12: Top-Down Shooter/RPG Game Framework 351 Game Framework Overview 352 General Framework Overview 352 Specific Framework Overview 352 Hands-On Example: Creating a Top-Down Shooter / Role-Playing Game Framework 353 Creating the Game Type 354 Creating the Player Controller 354 Creating the Player Pawn 359 Creating the Ally Bot Pawn 361 Creating the Enemy Bot Pawn 361 Creating the Character Information Class 362 Creating the Save Marker 363 Creating the Load Marker 364 Creating the HUD Configuring the Game Type 367 Creating the Level 368 Running the Game 369 Summary 371 Index 373

Chapter 1:Object Interaction with Blueprints. Creating a project and the first level

Chapter 1:Object Interaction with Blueprints. Creating a project and the first level Chapter 1:Object Interaction with Blueprints Creating a project and the first level Setting a template for a new project Making sense of the project settings Creating the project 2 Adding objects to our

More information

Group Project Shaft 37-X25

Group Project Shaft 37-X25 Group Project Shaft 37-X25 This is a game developed aimed at apple devices, especially iphone. It works best for iphone 4 and above. The game uses Unreal Development Engine and the SDK provided by Unreal,

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

Unreal Temple. COMP4905: Carleton Computer Science Honours Project

Unreal Temple. COMP4905: Carleton Computer Science Honours Project Unreal Temple COMP4905: Carleton Computer Science Honours Project By: Nicholas Bowen Student ID: 100795945 Email: nickbowen@cmail.carleton.ca Supervisor: Lou Nel Supervisor email: ldnel@scs.carleton.ca

More information

Beginning 3D Game Development with Unity:

Beginning 3D Game Development with Unity: Beginning 3D Game Development with Unity: The World's Most Widely Used Multi-platform Game Engine Sue Blackman Apress* Contents About the Author About the Technical Reviewer Acknowledgments Introduction

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

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

Official Documentation

Official Documentation Official Documentation Doc Version: 1.2.0 Toolkit Version: 1.2.0 Contents Recommended Editor Setup... 3 Technical Breakdown... 4 Assets... 6 Setup... 7 Out-of-the-box Options... 8 Deck Builder Overview...

More information

Game Design Document (GDD)

Game Design Document (GDD) Game Design Document (GDD) (Title) Tower Defense Version: 1.0 Created: 5/9/13 Last Updated: 5/9/13 Contents Intro... 3 Gameplay Description... 3 Platform Information... 3 Artistic Style Outline... 3 Systematic

More information

Official Documentation

Official Documentation Official Documentation Doc Version: 1.0.0 Toolkit Version: 1.0.0 Contents Technical Breakdown... 3 Assets... 4 Setup... 5 Tutorial... 6 Creating a Card Sets... 7 Adding Cards to your Set... 10 Adding your

More information

Getting Started with UDK

Getting Started with UDK Getting Started with UDK John P. Doran Chapter No. 1 "Augmenting the UDK" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.1 "Augmenting

More information

@3 [fijl)~ 8: ~ 0 ~~ ~~~ C

@3 [fijl)~ 8: ~ 0 ~~ ~~~ C @3 [fijl)~ 8: ~ 0 ~~ ~~~ C A Practical Guide to Sound and Music for Interactive Garnes Richard Stevens Dave Raybould AMSTERDAM BOSTON H EIDELBERG LOND ON N EW Y ORK O XFORD PARIS SAN D IEGO SAN FRANCISCO

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

INTRODUCTION TO GAME AI

INTRODUCTION TO GAME AI CS 387: GAME AI INTRODUCTION TO GAME AI 3/31/2016 Instructor: Santiago Ontañón santi@cs.drexel.edu Class website: https://www.cs.drexel.edu/~santi/teaching/2016/cs387/intro.html Outline Game Engines Perception

More information

Installation Instructions

Installation Instructions Installation Instructions Important Notes: The latest version of Stencyl can be downloaded from: http://www.stencyl.com/download/ Available versions for Windows, Linux and Mac This guide is for Windows

More information

Unreal Studio Project Template

Unreal Studio Project Template Unreal Studio Project Template Product Viewer What is the Product Viewer project template? This is a project template which grants the ability to use Unreal as a design review tool, allowing you to see

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

G54GAM Coursework 2 & 3

G54GAM Coursework 2 & 3 G54GAM Coursework 2 & 3 Summary You are required to design and prototype a computer game. This coursework consists of two parts describing and documenting the design of your game (coursework 2) and developing

More information

CS Game Programming, Fall 2014

CS Game Programming, Fall 2014 CS 38101 Game Programming, Fall 2014 Recommended Text Learn Unity 4 for ios Game Development, Philip Chu, 2013, Apress, ISBN-13 (pbk): 978-1-4302-4875-0 ISBN-13 (electronic): 978-1-4302-4876-7, www.apress.com.

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

Unreal Engine 4 Game Development

Unreal Engine 4 Game Development Aram Cookson Ryan DowlingSoka Clinton Crumpler Sams Teach Yourself Unreal Engine 4 Game Development in24 Hours 800 East 96th Street, Indianapolis, Indiana, 46240 USA Sams Teach Yourself Unreal Engine 4

More information

3D Top Down Shooter By Jonay Rosales González AKA Don Barks Gheist

3D Top Down Shooter By Jonay Rosales González AKA Don Barks Gheist 3D Top Down Shooter By Jonay Rosales González AKA Don Barks Gheist This new version of the top down shooter gamekit let you help to make very adictive top down shooters in 3D that have made popular with

More information

Mage Arena will be aimed at casual gamers within the demographic.

Mage Arena will be aimed at casual gamers within the demographic. Contents Introduction... 2 Game Overview... 2 Genre... 2 Audience... 2 USP s... 2 Platform... 2 Core Gameplay... 2 Visual Style... 2 The Game... 3 Game mechanics... 3 Core Gameplay... 3 Characters/NPC

More information

Revision for Grade 6 in Unit #1 Design & Technology Subject Your Name:... Grade 6/

Revision for Grade 6 in Unit #1 Design & Technology Subject Your Name:... Grade 6/ Your Name:.... Grade 6/ SECTION 1 Matching :Match the terms with its explanations. Write the matching letter in the correct box. The first one has been done for you. (1 mark each) Term Explanation 1. Gameplay

More information

CREATURE INVADERS DESIGN DOCUMENT VERSION 0.2 MAY 14, 2009

CREATURE INVADERS DESIGN DOCUMENT VERSION 0.2 MAY 14, 2009 L CREATURE INVADERS DESIGN DOCUMENT VERSION 0.2 MAY 14, 2009 INDEX VERSION HISTORY... 3 Version 0.1 May 5th, 2009... 3 GAME OVERVIEW... 3 Game logline... 3 Gameplay synopsis... 3 GAME DETAILS... 4 Description...

More information

the gamedesigninitiative at cornell university Lecture 3 Design Elements

the gamedesigninitiative at cornell university Lecture 3 Design Elements Lecture 3 Reminder: Aspects of a Game Players: How do humans affect game? Goals: What is player trying to do? Rules: How can player achieve goal? Challenges: What obstacles block goal? 2 Formal Players:

More information

the gamedesigninitiative at cornell university Lecture 3 Design Elements

the gamedesigninitiative at cornell university Lecture 3 Design Elements Lecture 3 Reminder: Aspects of a Game Players: How do humans affect game? Goals: What is player trying to do? Rules: How can player achieve goal? Challenges: What obstacles block goal? 2 Formal Players:

More information

Propietary Engine VS Commercial engine. by Zalo

Propietary Engine VS Commercial engine. by Zalo Propietary Engine VS Commercial engine by Zalo zalosan@gmail.com About me B.S. Computer Engineering 9 years of experience, 5 different companies 3 propietary engines, 2 commercial engines I have my own

More information

Storyboard for Playing the Game (in detail) Hoang Huynh, Jeremy West, Ioan Ihnatesn

Storyboard for Playing the Game (in detail) Hoang Huynh, Jeremy West, Ioan Ihnatesn Storyboard for Playing the Game (in detail) Hoang Huynh, Jeremy West, Ioan Ihnatesn Playing the Game (in detail) Rules Playing with collision rules Playing with boundary rules Collecting power-ups Game

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

Naturey Snake. Cal Poly Computer Science Department. By Oliver Wei Hao Xia Fall 2015 SENIOR PROJECT REPORT

Naturey Snake. Cal Poly Computer Science Department. By Oliver Wei Hao Xia Fall 2015 SENIOR PROJECT REPORT Naturey Snake Cal Poly Computer Science Department By Oliver Wei Hao Xia Fall 2015!1 Intro My senior project is a game called Naturey Snake. It is developed for the ios platform and optimized for the iphone

More information

Introduction to Game Design. Truong Tuan Anh CSE-HCMUT

Introduction to Game Design. Truong Tuan Anh CSE-HCMUT Introduction to Game Design Truong Tuan Anh CSE-HCMUT Games Games are actually complex applications: interactive real-time simulations of complicated worlds multiple agents and interactions game entities

More information

First Steps in Unity3D

First Steps in Unity3D First Steps in Unity3D The Carousel 1. Getting Started With Unity 1.1. Once Unity is open select File->Open Project. 1.2. In the Browser navigate to the location where you have the Project folder and load

More information

Game demo First project with UE Tom Guillermin

Game demo First project with UE Tom Guillermin Game demo Information page, videos and download links: https://www.tomsdev.com/ue zombinvasion/ Presentation Goal: kill as many zombies as you can. Gather boards in order to place defenses and triggers

More information

Mastering UDK Game Development HOTSH T

Mastering UDK Game Development HOTSH T Mastering UDK Game Development HOTSH T John P. Doran Chapter No. 1 "Advanced Kismet Creating a Third-person Platformer" In this package, you will find: A Biography of the author of the book A preview chapter

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 19, 2007 Creative Commons Attribution 2.5 creativecommons.org/licenses/by/2.5/ Upcoming Assignments Today:

More information

Guidelines for Visual Scale Design: An Analysis of Minecraft

Guidelines for Visual Scale Design: An Analysis of Minecraft Guidelines for Visual Scale Design: An Analysis of Minecraft Manivanna Thevathasan June 10, 2013 1 Introduction Over the past few decades, many video game devices have been introduced utilizing a variety

More information

Create Your Own World

Create Your Own World Create Your Own World Introduction In this project you ll learn how to create your own open world adventure game. Step 1: Coding your player Let s start by creating a player that can move around your world.

More information

Unity Certified Programmer

Unity Certified Programmer Unity Certified Programmer 1 unity3d.com The role Unity programming professionals focus on developing interactive applications using Unity. The Unity Programmer brings to life the vision for the application

More information

GAME DESIGN DOCUMENT HYPER GRIND. A Cyberpunk Runner. Prepared By: Nick Penner. Last Updated: 10/7/16

GAME DESIGN DOCUMENT HYPER GRIND. A Cyberpunk Runner. Prepared By: Nick Penner. Last Updated: 10/7/16 GAME UMENT HYPER GRIND A Cyberpunk Runner Prepared By: Nick Penner Last Updated: 10/7/16 TABLE OF CONTENTS GAME ANALYSIS 3 MISSION STATEMENT 3 GENRE 3 PLATFORMS 3 TARGET AUDIENCE 3 STORYLINE & CHARACTERS

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

Game Design Document. Plataforms: Platformer / Puzzle

Game Design Document. Plataforms: Platformer / Puzzle Plataforms: Genre: Platformer / Puzzle Target Audience: Young / Adult 1 CONTENTS 2 VISUAL APPEAL... 3 2.1 Character Appeal... 3 2.2 Lighting and effects animation... 3 3 INOVATION... 4 3.1 Technical...

More information

If you have any questions or feedback regarding the game, please do not hesitate to contact us through

If you have any questions or feedback regarding the game, please do not hesitate to contact us through 1 CONTACT If you have any questions or feedback regarding the game, please do not hesitate to contact us through info@fermis-path.com MAIN MENU The main menu is your first peek into the world of Fermi's

More information

Tank trouble 2 full screen english

Tank trouble 2 full screen english Tank trouble 2 full screen english Play against the computer or up to two other people. Upgrade your tank with bonuses scattered throughout the map. Note: Being the third player has one disadvantage, as

More information

The Archery Motion pack requires the following: Motion Controller v2.23 or higher. Mixamo s free Pro Longbow Pack (using Y Bot)

The Archery Motion pack requires the following: Motion Controller v2.23 or higher. Mixamo s free Pro Longbow Pack (using Y Bot) The Archery Motion pack requires the following: Motion Controller v2.23 or higher Mixamo s free Pro Longbow Pack (using Y Bot) Importing and running without these assets will generate errors! Demo Quick

More information

GearVR Starter Kit. 1. Preface

GearVR Starter Kit. 1. Preface GearVR Starter Kit 1. Preface Welcome to GearVR Starter Kit! This package is a base project for creating GearVR applications. It also contains additional features to ease creation of EscapeRoom/Adventure

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

Fundamental Game Systems Implemented in Unreal Engine 4 For Use With or Without Oculus Rift

Fundamental Game Systems Implemented in Unreal Engine 4 For Use With or Without Oculus Rift Fundamental Game Systems Implemented in Unreal Engine 4 For Use With or Without Oculus Rift Documentation of an Honours Project for Carleton University Comp 4905 Written by Matthew Imtiaz for Wilf LaLonde

More information

National College of Ireland. BSc in Computing 2015/2016. Luke Stephens Kehoe. x

National College of Ireland. BSc in Computing 2015/2016. Luke Stephens Kehoe. x National College of Ireland BSc in Computing 2015/2016 Luke Stephens Kehoe x15018849 Luke.StephensKehoe@student.ncirl.ie Evasion Technical Report 1 1 CONTENTS 2 Executive Summary... 4 3 Project Timeline

More information

Pangolin: A Look at the Conceptual Architecture of SuperTuxKart. Caleb Aikens Russell Dawes Mohammed Gasmallah Leonard Ha Vincent Hung Joseph Landy

Pangolin: A Look at the Conceptual Architecture of SuperTuxKart. Caleb Aikens Russell Dawes Mohammed Gasmallah Leonard Ha Vincent Hung Joseph Landy Pangolin: A Look at the Conceptual Architecture of SuperTuxKart Caleb Aikens Russell Dawes Mohammed Gasmallah Leonard Ha Vincent Hung Joseph Landy Abstract This report will be taking a look at the conceptual

More information

D E S I G N D O C U M E N T

D E S I G N D O C U M E N T D E S I G N D O C U M E N T All work Copyright 2013 by DeadFish Productions Michael Griscom, David Klimek, Frans Kurniawan, Shitianyu Pan, Josh Ventura Version # 2.5 26 April 2013 ABSTRACT This document

More information

UDK Game Development Ebooks Free

UDK Game Development Ebooks Free UDK Game Development Ebooks Free These days, the games industry is a multi-billion-dollar business. In this competitive marketplace, developers seek to gain an advantage over the competition by using ready-made,

More information

Killzone Shadow Fall: Threading the Entity Update on PS4. Jorrit Rouwé Lead Game Tech, Guerrilla Games

Killzone Shadow Fall: Threading the Entity Update on PS4. Jorrit Rouwé Lead Game Tech, Guerrilla Games Killzone Shadow Fall: Threading the Entity Update on PS4 Jorrit Rouwé Lead Game Tech, Guerrilla Games Introduction Killzone Shadow Fall is a First Person Shooter PlayStation 4 launch title In SP up to

More information

Type to enter text. GoSphero.com

Type to enter text. GoSphero.com Type to enter text GoSphero.com What is Sphero? Sphero is the world s first robotic ball gaming system that you control with a tilt, touch, or swing from your smartphone or tablet. You can even use Sphero

More information

Lab Assignment 3. Writing a text-based adventure. February 23, 2010

Lab Assignment 3. Writing a text-based adventure. February 23, 2010 Lab Assignment 3 Writing a text-based adventure February 23, 2010 In this lab assignment, we are going to write an old-fashioned adventure game. Unfortunately, the first adventure games did not have fancy

More information

ADVANCED TOOLS AND TECHNIQUES: PAC-MAN GAME

ADVANCED TOOLS AND TECHNIQUES: PAC-MAN GAME ADVANCED TOOLS AND TECHNIQUES: PAC-MAN GAME For your next assignment you are going to create Pac-Man, the classic arcade game. The game play should be similar to the original game whereby the player controls

More information

Abandon. 1. Everything comes to life! 1.1. Introduction Character Biography

Abandon. 1. Everything comes to life! 1.1. Introduction Character Biography Abandon 1. Everything comes to life! 1.1. Introduction You find yourself alone in an empty world, no idea who you are and why you are here. As you reach out to feel the environment, you realise that the

More information

Spell Casting Motion Pack 8/23/2017

Spell Casting Motion Pack 8/23/2017 The Spell Casting Motion pack requires the following: Motion Controller v2.50 or higher Mixamo s free Pro Magic Pack (using Y Bot) Importing and running without these assets will generate errors! Why can

More information

Moving Game X to YOUR Location In this tutorial, you will remix Game X, making changes so it can be played in a location near you.

Moving Game X to YOUR Location In this tutorial, you will remix Game X, making changes so it can be played in a location near you. Moving Game X to YOUR Location In this tutorial, you will remix Game X, making changes so it can be played in a location near you. About Game X Game X is about agency and civic engagement in the context

More information

Sword & Shield Motion Pack 11/28/2017

Sword & Shield Motion Pack 11/28/2017 The Sword and Shield Motion pack requires the following: Motion Controller v2.6 or higher Mixamo s free Pro Sword and Shield Pack (using Y Bot) Importing and running without these assets will generate

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

Creo Parametric 4.0 Basic Design

Creo Parametric 4.0 Basic Design Creo Parametric 4.0 Basic Design Contents Table of Contents Introduction...1 Objective of This Textbook...1 Textbook Outline...2 Textbook Conventions...3 Exercise Files...3 System Configuration...4 Notes

More information

By Chris Burton. User Manual v1.60.5

By Chris Burton. User Manual v1.60.5 By Chris Burton User Manual v1.60.5 Table of Contents Introduction 7 Chapter I: The Basics 1. 9 Setting up 10 1.1. Installation 1.2. Running the demo games 1.3. The Game Editor window 1.3.1. The New Game

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

Mastering UDK Game Development Hotsh t

Mastering UDK Game Development Hotsh t www.itbookshub.com Mastering UDK Game Development Hotsh t Eight projects specifically designed to help you exploit the Unreal Development Kit to its full potential John P. Doran BIRMINGHAM - MUMBAI www.itbookshub.com

More information

Fundamentals of Kalxnan Filtering: A Practical Approach

Fundamentals of Kalxnan Filtering: A Practical Approach Fundamentals of Kalxnan Filtering: A Practical Approach Second Edition Paul Zarchan MIT Lincoln Laboratory Lexington, Massachusetts Howard Musoff Charles Stark Draper Laboratory, Inc. Cambridge, Massachusetts

More information

Teacher s Guide. Editor s note. How to use the game

Teacher s Guide. Editor s note. How to use the game Teacher s Guide Updated: January 23, 205 Editor s note Slice Fractions is designed to introduce children to the concept of fractions by solving puzzles. This guide reveals the underlying conceptual learning

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

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

Royale Politique. A funny game developed for the RV course - University of Pisa

Royale Politique. A funny game developed for the RV course - University of Pisa Royale Politique A funny game developed for the RV course - University of Pisa First of all Based on an idea matured during the last elections turn:

More information

Lost Worlds Design and Analysis. By David Shaver

Lost Worlds Design and Analysis. By David Shaver Lost Worlds Design and Analysis By David Shaver January 20, 2013 Table of Contents TABLE OF CONTENTS 1 PROJECT INFO 2 OVERVIEW 3 GAME OVERVIEW 3 GAME DESIGN GOALS 4 CONSTRAINTS 4 STORY 5 PLOT 5 CHARACTERS

More information

Welcome to the Early Beta and Thank You for Your Continued Support!

Welcome to the Early Beta and Thank You for Your Continued Support! REFERENCE CARD Welcome to the Early Beta and Thank You for Your Continued Support! In addition to the information below, we ve recently added tutorial messages to the game. Remember to look for the in-game

More information

Institutionen för datavetenskap Department of Computer and Information Science

Institutionen för datavetenskap Department of Computer and Information Science Institutionen för datavetenskap Department of Computer and Information Science Bachelor s Thesis Visual Programming with the Unreal Development Kit by Patrik Wilhelmsson LIU-IDA/LITH-EX-G--13/014--SE 2013-06-17

More information

Player-Game Interaction Cards (1st Ed., 2 Mar 2013) CowfaceGames.com/handytools/interaction_cards. Categorisation

Player-Game Interaction Cards (1st Ed., 2 Mar 2013) CowfaceGames.com/handytools/interaction_cards. Categorisation Player-Game Interaction Cards (1st Ed., 2 Mar 2013) CowfaceGames.com/handytools/interaction_cards An attempt to list and categorise all possible interactions a player can have with a video game. Produced

More information

Hard West. Gameplay Manual (Rev 1)

Hard West. Gameplay Manual (Rev 1) Hard West Gameplay Manual (Rev 1) Introduction Saving and Loading Progress Tactical Combat Overview Basic attributes Moving the Camera Selecting Characters Moving Shooting Switching and Reloading Weapons

More information

Ball Color Switch. Game document and tutorial

Ball Color Switch. Game document and tutorial Ball Color Switch Game document and tutorial This template is ready for release. It is optimized for mobile (iphone, ipad, Android, Windows Mobile) standalone (Windows PC and Mac OSX), web player and webgl.

More information

Introduction to Creo Parametric 2.0

Introduction to Creo Parametric 2.0 Introduction to Creo Parametric 2.0 Overview Course Code Course Length TRN-3902-T 5 Days In this course, you will learn core modeling skills and quickly become proficient with Creo Parametric 2.0. Topics

More information

Create Your Own World

Create Your Own World Scratch 2 Create Your Own World 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

More information

Gaming Development. Resources

Gaming Development. Resources Gaming Development Resources Beginning Game Programming Fourth Edition Jonathan S. Harbour 9781305258952 Beginning Game Programming will introduce students to the fascinating world of game programming

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

the gamedesigninitiative at cornell university Lecture 3 Design Elements

the gamedesigninitiative at cornell university Lecture 3 Design Elements Lecture 3 Reminder: Aspects of a Game Players: How do humans affect game? Goals: What is player trying to do? Rules: How can player achieve goal? Challenges: What obstacles block goal? 2 Formal Players:

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

True bullet 1.03 manual

True bullet 1.03 manual Introduction True bullet 1.03 manual The True bullet asset is a complete game, comprising a gun with very realistic bullet ballistics. The gun is meant to be used as a separate asset in any game that benefits

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

PLANETOID PIONEERS: Creating a Level!

PLANETOID PIONEERS: Creating a Level! PLANETOID PIONEERS: Creating a Level! THEORY: DESIGNING A LEVEL Super Mario Bros. Source: Flickr Originally coders were the ones who created levels in video games, nowadays level designing is its own profession

More information

Oculus Rift Getting Started Guide

Oculus Rift Getting Started Guide Oculus Rift Getting Started Guide Version 1.23 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

BooH pre-production. 4. Technical Design documentation a. Main assumptions b. Class diagram(s) & dependencies... 13

BooH pre-production. 4. Technical Design documentation a. Main assumptions b. Class diagram(s) & dependencies... 13 BooH pre-production Game Design Document Updated: 2015-05-17, v1.0 (Final) Contents 1. Game definition mission statement... 2 2. Core gameplay... 2 a. Main game view... 2 b. Core player activity... 2 c.

More information

DISTRICT OFFICE USE ONLY: KHSD COURSE CODE #: 8133/8134 APPROVED BY BOARD: KHSD Career Technical Education Course of Study.

DISTRICT OFFICE USE ONLY: KHSD COURSE CODE #: 8133/8134 APPROVED BY BOARD: KHSD Career Technical Education Course of Study. DISTRIT OFFIE USE ONLY: KHSD OURSE ODE #: 81/814 APPROVED BY BOARD: KHSD areer Technical Education ourse of Study Video Game Design DATE: 8-9-1 INDUSTRY SETOR: PATHWAY: BEDS TITLE: Arts, Media, and Entertainment

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

PETEY S GREAT ESCAPE TEAM PENGUIN CONSISTS OF: ALICE CAO, ARIAN GIBSON, BRYAN MCMAHON DESIGN DOCUMENT VERSION 0.5 JUNE 9, 2009

PETEY S GREAT ESCAPE TEAM PENGUIN CONSISTS OF: ALICE CAO, ARIAN GIBSON, BRYAN MCMAHON DESIGN DOCUMENT VERSION 0.5 JUNE 9, 2009 PETEY S GREAT ESCAPE TEAM PENGUIN CONSISTS OF: ALICE CAO, ARIAN GIBSON, BRYAN MCMAHON DESIGN DOCUMENT VERSION 0.5 JUNE 9, 2009 Petey s Great Escape Design Document 2 of 11 TABLE OF CONTENTS VERSION HISTORY...

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

FPS Assignment Call of Duty 4

FPS Assignment Call of Duty 4 FPS Assignment Call of Duty 4 Name of Game: Call of Duty 4 2007 Platform: PC Description of Game: This is a first person combat shooter and is designed to put the player into a combat environment. The

More information

Third Degree. Mark Paddon, Chad Williams, Jon Moorman, Joshua Marcelo, Michael Sanchez, Tim Biggs

Third Degree. Mark Paddon, Chad Williams, Jon Moorman, Joshua Marcelo, Michael Sanchez, Tim Biggs Third Degree Mark Paddon, Chad Williams, Jon Moorman, Joshua Marcelo, Michael Sanchez, Tim Biggs California Polytechnic State University Winter 2010 Spring 2011 Prof. Zoë J. Wood Introduction Video games

More information

Oculus Rift Getting Started Guide

Oculus Rift Getting Started Guide Oculus Rift Getting Started Guide Version 1.7.0 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

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

Creo Parametric 2.0: Introduction to Solid Modeling. Creo Parametric 2.0: Introduction to Solid Modeling

Creo Parametric 2.0: Introduction to Solid Modeling. Creo Parametric 2.0: Introduction to Solid Modeling Creo Parametric 2.0: Introduction to Solid Modeling 1 2 Part 1 Class Files... xiii Chapter 1 Introduction to Creo Parametric... 1-1 1.1 Solid Modeling... 1-4 1.2 Creo Parametric Fundamentals... 1-6 Feature-Based...

More information

Create a benchmark mobile game! Tobias Tost Senior Programmer, Blue Byte GmbH A Ubisoft Studio

Create a benchmark mobile game! Tobias Tost Senior Programmer, Blue Byte GmbH A Ubisoft Studio Create a benchmark mobile game! Tobias Tost Senior Programmer, Blue Byte GmbH A Ubisoft Studio Who am I? Tobias Tost, MSc In the Games Industry since 2006 Visualization, Sound, Gameplay, Tools Joined Ubisoft

More information

NVIDIA APEX: High-Definition Physics with Clothing and Vegetation. Michael Sechrest, IDV Monier Maher, NVIDIA Jean Pierre Bordes, NVIDIA

NVIDIA APEX: High-Definition Physics with Clothing and Vegetation. Michael Sechrest, IDV Monier Maher, NVIDIA Jean Pierre Bordes, NVIDIA NVIDIA APEX: High-Definition Physics with Clothing and Vegetation Michael Sechrest, IDV Monier Maher, NVIDIA Jean Pierre Bordes, NVIDIA Outline Introduction APEX: A Scalable Dynamics Framework APEX Clothing

More information

GameMaker: Studio. by Michael Rohde

GameMaker: Studio. by Michael Rohde GameMaker: Studio by Michael Rohde GameMaker: Studio For Dummies Published by: John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030-5774, www.wiley.com Copyright 2014 by John Wiley & Sons, Inc.,

More information

Story Controls Title Menu Camp Menu

Story Controls Title Menu Camp Menu Cont ent s 01 DEAR CUSTOMERS Thank you for purchasing our product. Please read this instruction manual carefully to fully enjoy this game. Story Controls Title Menu Camp Menu 02 03 08 09 Town World Map

More information