Console Games Are Just Like Mobile Games* (* well, not really. But they are more alike than you

Size: px
Start display at page:

Download "Console Games Are Just Like Mobile Games* (* well, not really. But they are more alike than you"

Transcription

1 Console Games Are Just Like Mobile Games* (* well, not really. But they are more alike than you think ) Hi, I m Brian Currently a Software Architect at Zynga, and CTO of CastleVille Legends (for ios/android) Professional Game Developer since 1995 (gasp!) Started making PC games, moved to console games (8 different platforms), then Facebook, now mobile Worked on some high-profile titles, including games in the Tomb Raider and Tony Hawk series. (Please interrupt me with questions as I go ) 1

2 Making Games Is All About Constraints All development is about constraints, really. Always constrained by time, money, or people. Games are also constrained by hardware. That s why it s all smoke & mirrors. It doesn t need to behave exactly like smoke. It just needs to look mostly smoke-like. Smoke, water, physics, even lighting. Doing it right isn t always practical (or even possible). So you always have to walk the line between looks good enough and performs well enough. Performance, Performance, Performance! A great game that runs slowly is going to suck have a sub-optimal user experience. A game that has a choppy / inconsistent frame rate is also unpleasant. Often worse than one that is slow & steady. Depends on the genre of game. More important for a fighting game than a puzzle game (usually). Which brings us to our first real constraint 2

3 Constraint #1: Frame Time To run at 60Hz, you get 16.6ms / frame. Period. Because of graphics card refresh rates, and TV scan rates, etc., you can't really run at 59Hz w/o tearing. If you take too long, you drop to 30Hz, which is noticeable. Fixed number of CPU cycles - gets complex with a GPU running in parallel, but the idea is the same. Runtime "engine" takes some of that as overhead, so you need to budget for rendering, UI, AI, game logic. (Recall Dan s talk about runtime? ) Big burst of particles & sound effects does that tank the framerate? Can you spread them across multiple frames? Applies to all platforms -- Facebook games, PC games (generally only on minimum hardware), mobile & console. What are some ways to make things use less CPU? Cache The Data! Instead of calculating everything every frame, calculate it once, and store the result until it changes. Fewer calculations -> less CPU used. That s the classic trade-off: speed versus memory used. This brings us to our second big constraint 3

4 Constraint #2: Memory Footprint Pro tip: on mobile devices and consoles, there's no virtual memory. Think about that for a second That means memory allocations can fail. That means that in addition to a CPU budget, you also need a memory budget. Some amount for textures, models/meshes, animation, sounds, game data structures, particles, etc. Even on Facebook games, this becomes an issue! Next time you're playing a game in a browser, open up task manager, and see how much memory it's using. 1Gb? You're probably thrashing the cache pretty hard, possibly causing performance issues? Quick Recap: Constrained by time/money/staff: All software Management issue, more than a technical issue. Constrained by CPU/GPU: All games. Less so for PC/social games, but still an issue. Constrained by memory: All games. Less so for PC/social games, but still an issue. So let s assume you solve these, and you actually have a completed game! Congratulations! This brings us to our next constraint: how do you get people to play it (and ideally buy it)? 4

5 Constraint #3: Distribution Facebook: just toss it up on my game server. Seriously. Does this scale to hundreds of users? Thousands? Millions? Facebook pretty much doesn't care, as long as they get their 30% of revenue. Although they do come after you retroactively if you break the rules they have laid out. Advertising to get people to play it? You effectively have to buy users initially. Viral features to spread the word without ads. PC: put it on Steam (somehow? I have no experience with Steam as a distribution platform, so I don t know about approvals ) Android: put it in Google Play store! Relatively few restrictions. But if you want "featuring", there's a list of other things you need to do. Advertising, to get people to play it. Constraint #3: Distribution (Part 2) Apple: put it in App store! Well, sorta. There's an approval process. And it can take an unknown amount of time to get approved. And surfacing in the App Store? Top games? What does that mean? Most downloads? Most active players? Best ratings? _nobody knows_. Don't forget they get 30%, too! And you have to buy ads Console: Certification process is intense. Insane? Hundreds of requirements - what to do if the user unplugs the memory card while you're writing to it, etc. Often takes many weeks. Much more emphasis on code quality, because it's much harder to patch a game. Console manufacturers don't get 30%, but they do get a fixed $$ / boxed copy. There s also a concept approval phase. And you have to be a certified developer to even get dev kits. 5

6 Aside: Console Publishing And Retail What is a publisher? What is a developer? IP licenses versus original IP? Holiday-driven market. Shelf-space, product line-ups, and Wal-Mart! Oh, my! Another Aside: Relevant CS Classes Aside because you ve probably already got this covered. Not getting a kickback from the university for saying this. Graphics and AI are the obvious game-related classes Data structures / algorithms are critical 3D math comes up all the time Networking Multi-threading / multi-core / multi-processor Computer architecture (hardware) Compilers and/or assembly language Databases. Really! Big data & analytics! 6

7 Wrap-Up: Hopefully I still have time for questions! Hopefully you re still awake enough to ask them! 7

Like Mobile Games* Currently a Distinguished i Engineer at Zynga, and CTO of FarmVille 2: Country Escape (for ios/android/kindle)

Like Mobile Games* Currently a Distinguished i Engineer at Zynga, and CTO of FarmVille 2: Country Escape (for ios/android/kindle) Console Games Are Just Like Mobile Games* (* well, not really. But they are more alike than you think ) Hi, I m Brian Currently a Distinguished i Engineer at Zynga, and CTO of FarmVille 2: Country Escape

More information

Engineering at a Games Company: What do we do?

Engineering at a Games Company: What do we do? Engineering at a Games Company: What do we do? Dan White Technical Director Pipeworks October 17, 2018 The Role of Engineering at a Games Company Empower game designers and artists to realize their visions

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

Anarchy Arcade. Frequently Asked Questions

Anarchy Arcade. Frequently Asked Questions Anarchy Arcade Frequently Asked Questions by Elijah Newman-Gomez Table of Contents 1. What is Anarchy Arcade?...2 2. What is SMAR CADE: Anarchy Edition?...2 3. Why distribute a free version now?...2 4.

More information

Console Architecture 1

Console Architecture 1 Console Architecture 1 Overview What is a console? Console components Differences between consoles and PCs Benefits of console development The development environment Console game design PS3 in detail

More information

Game Engines: Why and What? Dan White Technical Director Pipeworks Message

Game Engines: Why and What? Dan White Technical Director Pipeworks Message Game Engines: Why and What? Dan White Technical Director Pipeworks danw@pipeworks.com Message As you learn techniques, consider how they can be integrated into a production pipeline. 1 Sense of scale Video

More information

How to develop and localize Xbox 360 Titles. 강상진 XBOX Program Manager 한국마이크로소프트소프트웨어연구소

How to develop and localize Xbox 360 Titles. 강상진 XBOX Program Manager 한국마이크로소프트소프트웨어연구소 How to develop and localize Xbox 360 Titles 강상진 (sjkang@microsoft.com) XBOX Program Manager 한국마이크로소프트소프트웨어연구소 Agenda Xbox Title DEV Team Xbox Software Architecture Overview XTL(Xbox Title Library) XDK(Xbox

More information

Legit xbox gift card generator

Legit xbox gift card generator Legit xbox gift card generator HostKarle Hosting Review: Best Web Hosting in India. People are enthralled with games in the same way as others love movies and theatre. If gaming is what induces fun in

More information

High Net Worth Individuals

High Net Worth Individuals High Net Worth Individuals Transcripts Mobile Phones High Net Worth Individuals attitudes towards: Letter from the Client Services Director Vox Pops International is the first company in the UK to truly

More information

Online Worker Introductory Course

Online Worker Introductory Course Online Worker Introductory Course How To Become an Online Worker What is online work? Online work is any essentially any work done on a computer that requires an internet connection. In can be done at

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

Start A Resident Referral Program

Start A Resident Referral Program Finding potential renters is the most important marketing step to filling vacancies and keeping your property management business not just afloat but charging full speed ahead. But how do you reach those

More information

Benchmarking C++ From video games to algorithmic trading. Alexander Radchenko

Benchmarking C++ From video games to algorithmic trading. Alexander Radchenko Benchmarking C++ From video games to algorithmic trading Alexander Radchenko Quiz. How long it takes to run? 3.5GHz Xeon at CentOS 7 Write your name Write your guess as a single number Write time units

More information

You may share this document as long as you don t make any changes to it and leave the links intact.

You may share this document as long as you don t make any changes to it and leave the links intact. You may share this document as long as you don t make any changes to it and leave the links intact. [Sara Young is the mother of 7 kids and the owner of MarketingWithSara.com. She has sold over $2 million

More information

Global Developer of Free-to-Play Games for. Mobile Social PC Other platforms

Global Developer of Free-to-Play Games for. Mobile Social PC Other platforms Global Developer of Free-to-Play Games for Mobile Social PC Other platforms TEAM Total number of employees: 40+ 4 Managers 6 Senior Developers 7 Junior Developers 17 Artists 5 Game Designers 2 QA ACHIEVEMENTS

More information

Virtual Reality Mobile 360 Nanodegree Syllabus (nd106)

Virtual Reality Mobile 360 Nanodegree Syllabus (nd106) Virtual Reality Mobile 360 Nanodegree Syllabus (nd106) Join the Creative Revolution Before You Start Thank you for your interest in the Virtual Reality Nanodegree program! In order to succeed in this program,

More information

Xbox 360 Manual Games To Hard Drive Without Disc

Xbox 360 Manual Games To Hard Drive Without Disc Xbox 360 Manual Games To Hard Drive Without Disc in your Xbox One? Find out how to manually eject a disc from your console. Doing this does not erase any of your games or data. Xbox disc drive solution

More information

User Research in Fractal Spaces:

User Research in Fractal Spaces: User Research in Fractal Spaces: Behavioral analytics: Profiling users and informing game design Collaboration with national and international researchers & companies Behavior prediction and monetization:

More information

Lyrics for Keeper of Your Heart EP

Lyrics for Keeper of Your Heart EP Track Listing: 1. The Subway Song 2. Unpredictable 3. Angel of Mine 4. Susie 5. Keeper of Your Heart Lyrics for Keeper of Your Heart EP The Subway Song On the train on my way into the city You step on

More information

Understanding OpenGL

Understanding OpenGL This document provides an overview of the OpenGL implementation in Boris Red. About OpenGL OpenGL is a cross-platform standard for 3D acceleration. GL stands for graphics library. Open refers to the ongoing,

More information

Welcome to this IBM podcast, Six Ways To. Accelerate Android Mobile Application Development. I'm. Android based smartphones, pads and other mobile and

Welcome to this IBM podcast, Six Ways To. Accelerate Android Mobile Application Development. I'm. Android based smartphones, pads and other mobile and IBM Podcast [ MUSIC ] Welcome to this IBM podcast, Six Ways To Accelerate Android Mobile Application Development. I'm Angelique Matheny with IBM. Android based smartphones, pads and other mobile and interconnected

More information

Olde Tyme Game Making. Game Engines: Why and What? View from the CEO s chair. When I first noticed change. Complexity 10/16/2013

Olde Tyme Game Making. Game Engines: Why and What? View from the CEO s chair. When I first noticed change. Complexity 10/16/2013 Olde Tyme Game Making Game Engines: Why and What? Programmer Dan White Studio Technical Director Pipeworks danw@pipeworks.com A current mid large size project looks like: Game 30+ years ago, a game might

More information

From Jem to CastleVille A "Truly Outrageous" Game Narrative Postmortem. Christy Marx Principal Game & Narrative Designer Zynga

From Jem to CastleVille A Truly Outrageous Game Narrative Postmortem. Christy Marx Principal Game & Narrative Designer Zynga From Jem to CastleVille A "Truly Outrageous" Game Narrative Postmortem Christy Marx Principal Game & Narrative Designer Zynga My Background TV, Feature, Animation, Games, Comics How is Jem relevant to

More information

Why Affiliate Marketing Doesn t Work for You

Why Affiliate Marketing Doesn t Work for You 1 Why do people fail? Why Affiliate Marketing Doesn t Work for You Lots of people read certain books thinking they'll get that one big secret. We're always looking for it, but we fail to look behind the

More information

Architecting Systems of the Future, page 1

Architecting Systems of the Future, page 1 Architecting Systems of the Future featuring Eric Werner interviewed by Suzanne Miller ---------------------------------------------------------------------------------------------Suzanne Miller: Welcome

More information

Casual & Puzzle Games Data Benchmarks North America, Q1 2017

Casual & Puzzle Games Data Benchmarks North America, Q1 2017 Casual & Puzzle Games Data Benchmarks North America, Q1 2017 Key Findings - Executive Summary The Casual & Puzzle category is the most popular gaming category as far as number of apps in concerned - nearly

More information

BMOSLFGEMW: A Spectrum of Game Engine Architectures

BMOSLFGEMW: A Spectrum of Game Engine Architectures BMOSLFGEMW: A Spectrum of Game Engine Architectures Adam M. Smith amsmith@soe.ucsc.edu CMPS 164 Game Engines March 30, 2010 What I m about to show you cannot be found in any textbook, on any website, on

More information

OSS Driver Dev Funding. Hooking up the Money Hose Jens Owen [Google], Pierre-Loup Griffais [Valve]

OSS Driver Dev Funding. Hooking up the Money Hose Jens Owen [Google], Pierre-Loup Griffais [Valve] OSS Driver Dev Funding Hooking up the Money Hose Jens Owen [Google], Pierre-Loup Griffais [Valve] Introduction Jens from Google Pierre-Loup from Valve Overview Benefits open source 3D driver brings to

More information

PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast

PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast PS4 Remote Play review: No Farewell to Arms, but a Moveable Feast PlayStation 4 is the most fantastic console in the Universe! Why do we say so? Because PS4 is the most popular gaming console ever. Accordingly

More information

Phase 2: Testing & Validation: Forever Affiliate Content Strategy - Minisite & Authority Site

Phase 2: Testing & Validation: Forever Affiliate Content Strategy - Minisite & Authority Site Phase 2: Testing & Validation: Forever Affiliate Content Strategy - Minisite & Authority Site Okay. Welcome to Phase 2: Testing and Validation: Forever Affiliate Content Strategy for Minisites and Authority

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

just going to flop as soon as the doors open because it's like that old saying, if a tree falls in the wood and no one's around to hear it.

just going to flop as soon as the doors open because it's like that old saying, if a tree falls in the wood and no one's around to hear it. Mike Morrison: What's up, everyone? Welcome to episode 141 of The Membership Guys podcast. I'm your host, Mike Morrison, and this is the show for anybody serious about building and growing a successful

More information

How to Get Started with AdWords for Your Online Store

How to Get Started with AdWords for Your Online Store TRANSCRIPT: 7.31.2017 How to Get Started with AdWords for Your Online Store Bluehost, the sponsor of the WP ecommerce show, is the most trusted host for WordPress websites and has been the most recommended

More information

N64 emulator unblocked

N64 emulator unblocked N64 emulator unblocked N64 emulator unblocked And what about the ads? While some retro online gaming sites will pester you with advertisements and browser popups before and during your gaming session,

More information

Game Design From Concepts To Implementation

Game Design From Concepts To Implementation Game Design From Concepts To Implementation Games Go Online The Dawn of Online Games Yesterday: we were buying boxes from the shelf Bad news: those times are gone! Today: we download a software for free

More information

The Business of Video Games Report. About DFC Intelligence s The Business of Video Games Report

The Business of Video Games Report. About DFC Intelligence s The Business of Video Games Report About DFC Intelligence s The Business of Video Games report consists of two pdf documents 1) a 140-slide presentation created in Microsoft PowerPoint and 2) a 180-page report created in Microsoft Word.

More information

ECE 1778: Creative Applications for Mobile Devices

ECE 1778: Creative Applications for Mobile Devices ECE 1778: Creative Applications for Mobile Devices Lecture 7 October 28, 2016 (1) Today 1. Guest Lecture from Jason Hyde 2. Logistics 3. Presentations (2) Jason Hyde n VP Creative & User Experience at

More information

HTC VIVE Installation Guide

HTC VIVE Installation Guide HTC VIVE Installation Guide Thank you for renting from Hartford Technology Rental. Get ready for an amazing experience. To help you setup the VIVE, we highly recommend you follow the steps below. Please

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

Two Games, Four Platforms: A VR Platform Comparison. E McNeill Indie Game Designer

Two Games, Four Platforms: A VR Platform Comparison. E McNeill Indie Game Designer Two Games, Four Platforms: A VR Platform Comparison E McNeill Indie Game Designer - Oculus/IndieCade VR Jam Winner - Best Gameplay 2014 Proto Awards - 2015 IndieCade Finalist The best Oculus Rift game

More information

Game Design 2. Table of Contents

Game Design 2. Table of Contents Course Syllabus Course Code: EDL082 Required Materials 1. Computer with: OS: Windows 7 SP1+, 8, 10; Mac OS X 10.8+. Windows XP & Vista are not supported; and server versions of Windows & OS X are not tested.

More information

Build The Ultimate Gaming Pc Monster Gaming Machine Monster Gaming Machine Extremetech

Build The Ultimate Gaming Pc Monster Gaming Machine Monster Gaming Machine Extremetech Build The Ultimate Gaming Pc Monster Gaming Machine Monster Gaming Machine Extremetech We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or

More information

Overview. 1 Trends in Microprocessor Architecture. Computer architecture. Computer architecture

Overview. 1 Trends in Microprocessor Architecture. Computer architecture. Computer architecture Overview 1 Trends in Microprocessor Architecture R05 Robert Mullins Computer architecture Scaling performance and CMOS Where have performance gains come from? Modern superscalar processors The limits of

More information

IMGD 1001: Fun and Games

IMGD 1001: Fun and Games IMGD 1001: Fun and Games by Mark Claypool (claypool@cs.wpi.edu) Robert W. Lindeman (gogo@wpi.edu) Outline What is a Game? Genres What Makes a Good Game? Claypool and Lindeman, WPI, CS and IMGD 2 1 What

More information

MILLION-DOLLAR WEBINAR TEMPLATE DAN LOK

MILLION-DOLLAR WEBINAR TEMPLATE DAN LOK MILLION-DOLLAR WEBINAR TEMPLATE DAN LOK MILLION-DOLLAR WEBINAR TEMPLATE My team tried to talk me out of giving this away. These are the exact templates from 3 of my top performing webinars, that have in

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

Minecraft For Dummies Epub Gratuit

Minecraft For Dummies Epub Gratuit Minecraft For Dummies Epub Gratuit Don't be a Minecraft tourist â get expert tips and advice in this full-color primer Minecraft For Dummies is the complete guide to playing within the Minecraft world.

More information

PDF / HOW TO TURN ON THE PS4 EBOOK

PDF / HOW TO TURN ON THE PS4 EBOOK 15 July, 2018 PDF / HOW TO TURN ON THE PS4 EBOOK Document Filetype: PDF 448.54 KB 0 PDF / HOW TO TURN ON THE PS4 EBOOK Sony has just launched its latest PS4 software update for the next generation console

More information

Ps3 Computing Instruction Set Definition Reduced

Ps3 Computing Instruction Set Definition Reduced Ps3 Computing Instruction Set Definition Reduced (Compare scalar processors, whose instructions operate on single data items.) that feature instructions for a form of vector processing on multiple (vectorized)

More information

Google Nexus 7 (Price: $199-$299)

Google Nexus 7 (Price: $199-$299) Google Nexus 7 (Price: $199-$299) Here at DashHacks, we talk quite a bit about the tablet market in terms of Apple, but sometimes you just can't forget about the competitor. While a Cupertino fan can feel

More information

Become A Blogger Premium

Become A Blogger Premium Introduction to Traffic Video 1 Hi everyone, this is Yaro Starak and welcome to a new series of video training, this time on the topic of how to build traffic to your blog. By now you've spent some time

More information

HrOUG premiere of Proof of Concept.

HrOUG premiere of Proof of Concept. HrOUG premiere of Proof of Concept www.equinox.vision (screenshot from the movie) Blade Runner 2049 Why isn't our world as colorful yet? Who are we? We are a young team of 10 freelancers - established

More information

Enabling Mobile Virtual Reality ARM 助力移动 VR 产业腾飞

Enabling Mobile Virtual Reality ARM 助力移动 VR 产业腾飞 Enabling Mobile Virtual Reality ARM 助力移动 VR 产业腾飞 Nathan Li Ecosystem Manager Mobile Compute Business Line Shenzhen, China May 20, 2016 3 Photograph: Mark Zuckerberg Facebook https://www.facebook.com/photo.php?fbid=10102665120179591&set=pcb.10102665126861201&type=3&theater

More information

Three Powerful Passive Business Models - A Five Minute Guide

Three Powerful Passive Business Models - A Five Minute Guide Three Powerful Passive Business Models - A Five Minute Guide Do you like the sounds of making money without having to work? That s pretty much a rhetorical question. I am pretty sure that the answer is

More information

Processors Processing Processors. The meta-lecture

Processors Processing Processors. The meta-lecture Simulators 5SIA0 Processors Processing Processors The meta-lecture Why Simulators? Your Friend Harm Why Simulators? Harm Loves Tractors Harm Why Simulators? The outside world Unfortunately for Harm you

More information

PAGE 1 THE PERFECT WORDPRESS DEVELOPMENT WORKFLOW

PAGE 1 THE PERFECT WORDPRESS DEVELOPMENT WORKFLOW PAGE 1 THE PERFECT WORDPRESS DEVELOPMENT WORKFLOW There are a lot of steps in the development process, so to help you jump exactly where you need to be, here are the different topics we ll cover in this

More information

PART 2 RESEARCH. supersimpl.com Start Here Workbook 40

PART 2 RESEARCH. supersimpl.com Start Here Workbook 40 PART 2 RESEARCH supersimpl.com Start Here Workbook 40 Research Welcome to the Research Phase! It s time to determine if your idea is going to work BEFORE you spend any money on a logo, website, business

More information

HUSTLE YOUR WAY TO THE TOP

HUSTLE YOUR WAY TO THE TOP 2011: year of the HUSTLE YOUR WAY TO THE TOP Get Inside Their Heads: How To Avoid No and Score Big Wins By Deeply Understanding Your Prospect BY RAMIT SETHI hustle 2 MOST PEOPLE DESERVE TO FAIL Today,

More information

THE STARTER S GUIDE TO QUORA

THE STARTER S GUIDE TO QUORA THE STARTER S GUIDE TO QUORA Give your expertise the attention it deserves TODD BRISON Why Quora? It feels appropriate to start this guide off by telling you about an embarrassing misstep in my writing

More information

IMGD 1001: The Game Industry

IMGD 1001: The Game Industry IMGD 1001: The Game Industry Robert W. Lindeman Associate Professor Department of Computer Science Worcester Polytechnic Institute gogo@wpi.edu Hit-Driven Entertainment Games are emotional, escapist, fantasyfulfilling,

More information

SPACEYARD SCRAPPERS 2-D GAME DESIGN DOCUMENT

SPACEYARD SCRAPPERS 2-D GAME DESIGN DOCUMENT SPACEYARD SCRAPPERS 2-D GAME DESIGN DOCUMENT Abstract This game design document describes the details for a Vertical Scrolling Shoot em up (AKA shump or STG) video game that will be based around concepts

More information

HTTP transaction with Graphics HTML file + two graphics files

HTTP transaction with Graphics HTML file + two graphics files HTTP transaction with Graphics HTML file + two graphics files Graphics are grids of Pixels (Picture Elements) Each pixel is exactly one color. At normal screen resolution you can't tell they are square.

More information

Table of Contents HOL ADV

Table of Contents HOL ADV Table of Contents Lab Overview - - Horizon 7.1: Graphics Acceleartion for 3D Workloads and vgpu... 2 Lab Guidance... 3 Module 1-3D Options in Horizon 7 (15 minutes - Basic)... 5 Introduction... 6 3D Desktop

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

The Clixsense Report. WARNING!!!

The Clixsense Report. WARNING!!! The Clixsense Report. WARNING!!! The Information Contained In This Report Can Result In An Explosion Of Daily Income, And No Matter How Much You Earn... You Will Get Paid In Full Guaranteed! Stop Wasting

More information

Title (Name of App) Preview

Title (Name of App) Preview Name of App. Company Name. 1 Title (Name of App) Preview 1 liner description 2016 Sanctuary Game Studios, LLC. All rights reserved. Version 1. Name. Date. Name of App. Company Name. 2 Table of Contents

More information

DOWNLOAD OR READ : GAME AND GRAPHICS PROGRAMMING FOR IOS AND ANDROID WITH OPENGL ES 2 0 PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : GAME AND GRAPHICS PROGRAMMING FOR IOS AND ANDROID WITH OPENGL ES 2 0 PDF EBOOK EPUB MOBI DOWNLOAD OR READ : GAME AND GRAPHICS PROGRAMMING FOR IOS AND ANDROID WITH OPENGL ES 2 0 PDF EBOOK EPUB MOBI Page 1 Page 2 game and graphics programming for ios and android with opengl es 2 0 game and graphics

More information

A (Very) Brief History

A (Very) Brief History Game Industry A (Very) Brief History Spacewar! Courtesy of Joi Ito 1961 Spacewar! by Steve Russell on a PDP-1 at MIT the first widely available game 1971 Computer Space by Bushnell and Dabney based on

More information

Perspective platforms for BOINC distributed computing network

Perspective platforms for BOINC distributed computing network Perspective platforms for BOINC distributed computing network Vitalii Koshura Lohika Odessa, Ukraine lestat.de.lionkur@gmail.com Profile page: https://www.linkedin.com/in/aenbleidd/ Abstract This paper

More information

Module 5: How To Explain Your Coaching

Module 5: How To Explain Your Coaching Module 5: How To Explain Your Coaching This is where you explain your coaching, consulting, healing or whatever it is that you re going to do to help them. You want to explain it in a way that makes sense,

More information

Game Industry Presented by: Marcin Chady

Game Industry Presented by: Marcin Chady Game Industry Presented by: Marcin Chady A (Very) Brief History Spacewar! Courtesy of Joi Ito 1961 Spacewar! by Steve Russell on a PDP-1 at MIT the first widely available game 1971 Computer Space by Bushnell

More information

"List Building" for Profit

List Building for Profit "List Building" for Profit As a winning Member of Six Figure Mentors you have a unique opportunity to earn multiple income streams as an authorised affiliate (reseller) of our many varied products and

More information

Seven Unique & Easy Ways to Donate to Charity. Brought to you by:

Seven Unique & Easy Ways to Donate to Charity. Brought to you by: Seven Unique & Easy Ways to Donate to Charity Brought to you by: According to Pew Research Center, 84% of Americans use the Internet regularly. Nielsen reported that people use technology over 11 hours

More information

Challenges in Transition

Challenges in Transition Challenges in Transition Keynote talk at International Workshop on Software Engineering Methods for Parallel and High Performance Applications (SEM4HPC 2016) 1 Kazuaki Ishizaki IBM Research Tokyo kiszk@acm.org

More information

Math Matters: Why Do I Need To Know This?

Math Matters: Why Do I Need To Know This? Math Matters: Why Do I Need To Know This? Bruce Kessler, Department of Mathematics Western Kentucky University Episode One 1 Introduction Hi, I m Bruce Kessler and welcome to Math Matters. This is a bold

More information

2019 Marketing Planning Guide

2019 Marketing Planning Guide 2019 Marketing Planning Guide As the end of 2018 is beginning to approach, many businesses are starting to look ahead and plan for 2019. What marketing initiatives will you use during the coming year?

More information

! Watch the "Fast Track to Team Developer" video at ! Download the "Fast Track to Team Developer" slides PDF

! Watch the Fast Track to Team Developer video at   ! Download the Fast Track to Team Developer slides PDF WELCOME ABOARD We created this checklist so that you would have a step-by-step plan to successfully launch your business. Do NOT skip any steps in this checklist. Doing it will launch your business powerfully!!

More information

This is simply, customers looking for businesses that service their local area. Businesses like yours.

This is simply, customers looking for businesses that service their local area. Businesses like yours. Websites for Small Business The internet has become an integral part of doing business in Australia and around the world and one of the fastest growing areas of the World Wide Web is Local Search. This

More information

Landing Page Optimization by Hector Cuevas

Landing Page Optimization by Hector Cuevas Let s Get Serious About Increasing Your Conversions Question #1 Have you tried everything you can think of to get more people to sign up to you email list, but Nothing Seem To Be Working? Question #2 Do

More information

Step 01. Decide what your talents are Everybody in life has developed certain talents and skills that could and probably.

Step 01. Decide what your talents are Everybody in life has developed certain talents and skills that could and probably. Step 01 Decide what your talents are Everybody in life has developed certain talents and skills that could and probably Page 1 of 8 are very marketable to the general public. What you need to do is sit

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

Artificial Intelligence for Games. Santa Clara University, 2012

Artificial Intelligence for Games. Santa Clara University, 2012 Artificial Intelligence for Games Santa Clara University, 2012 Introduction Class 1 Artificial Intelligence for Games What is different Gaming stresses computing resources Graphics Engine Physics Engine

More information

LOOKING AHEAD: UE4 VR Roadmap. Nick Whiting Technical Director VR / AR

LOOKING AHEAD: UE4 VR Roadmap. Nick Whiting Technical Director VR / AR LOOKING AHEAD: UE4 VR Roadmap Nick Whiting Technical Director VR / AR HEADLINE AND IMAGE LAYOUT RECENT DEVELOPMENTS RECENT DEVELOPMENTS At Epic, we drive our engine development by creating content. We

More information

Social List Building Cheatsheet. By: Dr. Ben Adkins

Social  List Building Cheatsheet. By: Dr. Ben Adkins Social Email List Building Cheatsheet By: Dr. Ben Adkins Table of Contents Table of Contents Introduction What You Are Going To Learn in This Report Build A Giant Email List From Scratch The Trust Building

More information

And that s what this short report is all about. I ll walk you through the process and to make it easy to follow along- in just 9 simple steps.

And that s what this short report is all about. I ll walk you through the process and to make it easy to follow along- in just 9 simple steps. Table of Contents Introduction... 3 Step 1 - Look At Your Stats... 4 Step 2 - Pick Your Blog Posts... 5 Step 3 - Update The Content... 6 Step 4 - Monetize... 7 Step 5 - Make it Pretty... 9 Step 6 - Is

More information

Comparison ibeacon VS Smart Antenna

Comparison ibeacon VS Smart Antenna Comparison ibeacon VS Smart Antenna Introduction Comparisons between two objects must be exercised within context. For example, no one would compare a car to a couch there is very little in common. Yet,

More information

Sites google sites unblocked games 66

Sites google sites unblocked games 66 Sites google sites unblocked games 66 of total traffic in last 3 months is social. We found that Unblocked-arcade.weebly.com is poorly 'socialized' in respect to any social network. Weebly.com gets 30%

More information

CS 354R: Computer Game Technology

CS 354R: Computer Game Technology CS 354R: Computer Game Technology http://www.cs.utexas.edu/~theshark/courses/cs354r/ Fall 2017 Instructor and TAs Instructor: Sarah Abraham theshark@cs.utexas.edu GDC 5.420 Office Hours: MW4:00-6:00pm

More information

SPI 014 : iphone App Development and Marketing Tips

SPI 014 : iphone App Development and Marketing Tips SPI 014 : iphone App Development and Marketing Tips (Intro) So Why Am I Talking About iphone Apps Today? For those of you who don t know, I co-founded an iphone application company, LOLerApps, with my

More information

Game Architecture. 4/8/16: Multiprocessor Game Loops

Game Architecture. 4/8/16: Multiprocessor Game Loops Game Architecture 4/8/16: Multiprocessor Game Loops Monolithic Dead simple to set up, but it can get messy Flow-of-control can be complex Top-level may have too much knowledge of underlying systems (gross

More information

60 Minutes LifeStyle

60 Minutes LifeStyle 60 Minutes LifeStyle Income and Earning Disclaimer You and you alone, are solely responsible for any income you make or fail to make. This ebook makes no promises of realized income. You recognize and

More information

Game Design Methods. Lasse Seppänen Specialist, Games Applications Forum Nokia

Game Design Methods. Lasse Seppänen Specialist, Games Applications Forum Nokia Game Design Methods Lasse Seppänen Specialist, Games Applications Forum Nokia Contents Game Industry Overview Game Design Methods Designer s Documents Game Designer s Goals MAKE MONEY PROVIDE ENTERTAINMENT

More information

Copyright WriterHelpWanted.com

Copyright WriterHelpWanted.com When you decide to start build your own website it s important to ensure that you do it in the best possible way from the start. The best way is to ensure that you own your website and all its contents

More information

Platform KEY FEATURES OF THE FLUURMAT 2 SOFTWARE PLATFORM:

Platform KEY FEATURES OF THE FLUURMAT 2 SOFTWARE PLATFORM: Platform FluurMat is an interactive floor system built around the idea of Natural User Interface (NUI). Children can interact with the virtual world by the means of movement and game-play in a natural

More information

The Joy of SVGs CUT ABOVE. pre training series 3. svg design Course. Jennifer Maker. CUT ABOVE SVG Design Course by Jennifer Maker

The Joy of SVGs CUT ABOVE. pre training series 3. svg design Course. Jennifer Maker. CUT ABOVE SVG Design Course by Jennifer Maker CUT ABOVE svg design Course pre training series 3 The Joy of SVGs by award-winning graphic designer and bestselling author Jennifer Maker Copyright Jennifer Maker page 1 please Do not copy or share Session

More information

Virtual Flight Academy - Quick Start Guide

Virtual Flight Academy - Quick Start Guide Virtual Flight Academy - Quick Start Guide Ready to get started learning to fly or maintaining proficiency? EAA Virtual Flight Academy will help you build the confidence and competence to get it done!

More information

Adobe reader for android is free symbian

Adobe reader for android is free symbian Adobe reader for android is free symbian. Move, rotate or scale subobjects of 3D Solids When moving, rotating or scaling individual faces, edges or vertices of 3D Solid objects, the coordinates of the

More information

Transforming Industries with Enlighten

Transforming Industries with Enlighten Transforming Industries with Enlighten Alex Shang Senior Business Development Manager ARM Tech Forum 2016 Korea June 28, 2016 2 ARM: The Architecture for the Digital World ARM is about transforming markets

More information

THINK SMALL (LONG-TAIL PROFITS)

THINK SMALL (LONG-TAIL PROFITS) THINK SMALL (LONG-TAIL PROFITS) GOING AGAINST THE GRAIN COURTESY OF LEARNFROMJON.COM - PRIVATE BUSINESS COACHING FROM A MULTI-MILLION DOLLAR INTERNET MARKETER + ACCESS TO PREMIUM AND EXCLUSIVE TOOLS! 1

More information

Useful Tips To Earn With ClixSense. A Complete Guide to start your Earning with ClixSense Today!

Useful Tips To Earn With ClixSense. A Complete Guide to start your Earning with ClixSense Today! Useful Tips To Earn With ClixSense A Complete Guide to start your Earning with ClixSense Today! USEFUL TIPS TO EARN WITH CLIXSENSE CONTENTS: Introduction:... 2 Where to Start?... 2 Types of Membership:...

More information