Top Banner
The Future of Games 1
36

The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Jun 19, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

The Future of Games

1

Page 2: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Introduction

• Lots of things are changing in the games industry

• We’re going to talk about a few of them

– Hardware trends

– Software trends

– Game design trends

– Business model trends

Page 3: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Hardware Trends

Page 4: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

More cores for all platforms

• Multithreaded, job-based game architecture is

increasingly important

– Burst processing

• Increase in functional programming models to solve some

multithreaded issues

– Map-Reduce

– Immutable data

Page 5: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Heterogeneous parallel programming

• GPUs are different from CPUs

– Local memory (VRAM)

– Different instruction set

– Highly parallel

– Throughput optimised

• Batch up computations, submit to GPU, get results later

• Increasingly suitable for applications other than rendering

– Physics

– Machine learning

• CPUs are latency optimised

– Designed for frequent branching

– Computation results are available “immediately”

Page 6: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Cloud

• Computation as a service

• Lowers the barriers to online services

– Great for small developers

• Scalability

– Can spin up new servers to handle load on the service

• Pay as you go

• Popular platforms

– Amazon Web Services (AWS)

– Microsoft Azure

– Google Cloud Platform (GCP)

• Google App Engine

• Increasingly used for hosting dedicated game servers

Page 7: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Mobile

• Mobile hardware is getting close in performance to

current consoles

• Already past the last generation of consoles

• Some new input mechanics

– Touch screen

– Accelerometer

– GPS (Ingress)

– No D-pad on an iPhone

• Examples:

– iPhone

– iPad

– 3DS

Page 8: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Controllers

• Wiimote

• PS Move

• Xbox Kinect

• Wii U gamepad

• Nintendo Switch

• VR controllers

• Haptic controllers

• Companion apps

– Touchscreen

– Accelerometer

– GPS

– Camera

Page 9: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Stereoscopic 3D

• Nintendo 3DS

• More games support 3D

• Consoles are capable of making games in 3D, but

graphics horsepower isn’t really there

Page 10: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

VR

• Oculus Rift

• HTC Vive

• Sony VR

• Google Glass

• HoloLens

• Magic Leap

Page 11: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Longshots

• There are a few ideas that seem unlikely to succeed...

– Valve’s Console

– Ouya: Android Console

– On-live / Playstation Now

– AppleTV as a console

• Maybe with a controller?

– Samsung or Google TV

• Another longshot

– Death of the console industry, or one of it’s players

Page 12: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Software Trends

Page 13: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Rendering

• Lighting models

– Physics-based lighting

– Raytracing

• Quantitative improvements

• Procedural content

Page 14: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Physics

• Finite Element Methods

– Destructible worlds

– Soft bodies

– Fluids

• Continuous collision detection

• Quantitative improvements

Page 15: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Animation

• Parametric blending

• Improvements in motion capture

• Facial animation

– Automatic phoneme detection

• Autonomous control

– Natural Motion

– Motion planning

Page 16: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Artificial Intelligence

• Machine Learning

• Planning

– Motion

– Navigation

– Action

Page 17: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Game Design Trends

Page 18: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Casual games

• Social gaming

– Facebook gaming

– Play with friends

– Strange relationship with the rest of the games industry

• Mobile

– Instant on, bite-sized gaming

– Play in a few minutes

• On transit, waiting in line, etc

– Input differences dramatically influence game design

• Candy Crush, Angry Birds, etc.

– Board game ports have been successful on the iPad

Page 19: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Telemetry and Metrics

• Publishers and Developers can get data on what players

are doing

– Either in development, or after launch

– Focus development effort on things players do most or where they

get stuck

– Release new versions or updates based on telemetry data

• Vital for some business models like social and free-to-

play

Page 20: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Compulsion loops

• Kompu Gacha

• The dark side of Telemetry and Metrics

• If you optimise for certain metrics, you can get games that

do well at those metrics, but very little else

Page 21: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Business Model Trends

Page 22: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Crowd Funding of Development

• A few high profile games on Kickstarter

– Elite: Dangerous

– We Happy Few

– Star Citizen

– Prison Architect

Page 23: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Hits Driven Business

• More money going to top titles, less to everyone else

• Games have always been this way, but the gap is getting

wider

– Mobile changed this only temporarily

– The same may happen with VR

• I expect the top titles are pretty happy with this, but I think

that over the long term it’s not great for the industry

– Film has smaller “Indie” successes, but they’re rare in games

• It’s not all doom and gloom though

– Cheap/free engines lower the barrier to entry for the small guy

– Easy access to large distribution channels (App Store etc)

– Crowdfunding

Page 24: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Battle for the living room

• Netflix on console

• AppleTV as a console

• Google Chromecast

• Valve releasing a console

Page 25: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Free to play

• AEM

– Acquire, Engage, Monetize

• Advertisement funded

• Micro Transactions

– Free for the main game, but pay for extras

• Pay to progress

– Or at least to progress quickly

• Pay to win

– Pay for better gear than other players

– Once the economy of the game is ruined, start up a new server

– More common in Asia

Page 26: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Subscription

• The Holy-Grail for publishers

– Predictable long term income

• MMOs have been doing this for a long time

– e.g. World of Warcraft

• Hardware platforms

– Xbox Live Gold

– PlayStation Plus

– Recoup the cost of running the servers

Page 27: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Content Monetization

• Paid DLC

• Paid virtual swag

– Skins

– Hats

• This makes multiplayer a small but profitable niche

Page 28: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Digital Distribution

• Tower Records has gone out of business

– Music sales have mostly moved online

• Amazon

• iTunes

• Apple Music

• Blockbuster has gone out of business

– DVD sales and rentals have mostly moved online

• Amazon

• iTunes

• Netflix

• GameStop has gone out of business

– Game Sales have mostly moved online

Page 29: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Not yet...

• Gamestop is still a big player in the games industry

• Publishers want to move to online, but don’t want to upset

GameStop

• Advantages

– Lower cost of goods (basically free to distribute online)

– Stop used game sales

– Low friction purchasing

• Some clear successes already

– iTunes App Store

– Steam, especially its compulsive promotions

Page 30: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Mobile

• Very good device penetration

– Don’t need a console when you already have a phone

• Cheaper games

– Price point seems to be $0.99 or free

• Much harder to market games

– Can’t pay for shelf space

• iPhone vs DS, PSP, Vita

Page 31: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Rise and fall of Zynga

• Social Game Developer

– Primarily Facebook games

– Free to Play with microtransactions

– Strong focus on Telemetry

• Very successful IPO

– Social was the new moneymaker

• Facebook rule changes have hurt Zynga

– Can’t spam friends as much as before

• Zynga’s business is still hits based

– Farmville was huge

– Cityville less so

– Farmville 2 was a mild success

• Huge (75%) drop in stock price in 2012

• CEO named one of the worst CEOs of 2012

Page 32: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

E-Sports

• Rapidly growing business

• 2015 revenue:

– Asia $321 million

– US $224 million

– Europe $172 million

– Rest of world $29 million

Page 33: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming
Page 34: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Tournament prizes

Page 35: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Game Voyeurism

• Twitch TV

• YouTube

Page 36: The Future of Games - University of Calgary in Albertapages.cpsc.ucalgary.ca/~sonny.chan/cpsc585/resources/... · 2017-01-08 · Casual games • Social gaming –Facebook gaming

Summary

• Lots of stuff happening in the industry

• Some trends are very clear:

– Multiprocessor

– Digital Distribution

• Some less clear:

– Social games

– VR