game development for the windows 10 platform

19
Game Development for the Windows 10 Platform Adina Shanholtz

Upload: adina-shanholtz

Post on 05-Apr-2017

21 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Game Development for the Windows 10 Platform

Game Development for the Windows 10 PlatformAdina Shanholtz

Page 2: Game Development for the Windows 10 Platform

Who Am I?Adina Shanholtz

Technical Evangelist

@FeyTechnologist

I make games!

Page 3: Game Development for the Windows 10 Platform

How and Why Why should developers make games? Where does Microsoft fit in to game development?

Tech Platforms? How do you make games?

Agenda

Page 4: Game Development for the Windows 10 Platform

Why should developers make games?

Page 5: Game Development for the Windows 10 Platform

Expand your dev community.

Why should you care?

Uses Your Same Skills!

Gets the creative juices flowing!

Page 6: Game Development for the Windows 10 Platform

Education https://code.org/minecraft

Showing off a platform Interactivity

Using games as a means

Page 7: Game Development for the Windows 10 Platform

Where does Microsoft fit in?

Page 8: Game Development for the Windows 10 Platform

UWP (Universal Windows Platform) DirectX Xbox Azure HoloLens Basically, will you use C#, C++, or JavaScript? DirectX, XAML, or HTML5? (Use Windows Runtime Components to combine languages!)

Where does Microsoft fit in?

Page 9: Game Development for the Windows 10 Platform

UWP

Page 10: Game Development for the Windows 10 Platform

Demo: Silent Dream

Page 11: Game Development for the Windows 10 Platform

Microsoft DirectX is a collection of APIs for handling tasks related to multimedia and Game Development. Direct2D, Direct3D, DirectWrite, DirectXMath, etc.

Games made with DirectX Gears of War: Ultimate Edition (also made with Unreal) Rise of the Tomb Raider Halo 5: Forge

DirectX

Page 12: Game Development for the Windows 10 Platform

Developer Programs ID@Xbox, Xbox Live Creators Program, Xbox tools and

middleware,

UWP Apps on Xbox or DirectX

Xbox

Page 13: Game Development for the Windows 10 Platform

Platforms?

Page 14: Game Development for the Windows 10 Platform

Web Phaser.io BabylonJS HTML5/WebGL

Cross Platform Unity Unreal MonoGame

Platforms

Page 15: Game Development for the Windows 10 Platform

Windows 10 Store Steam Itch.io Standalone website

Distribution

Page 16: Game Development for the Windows 10 Platform

How do you make games?

Page 17: Game Development for the Windows 10 Platform

Demo: Make a Unity Game!

Page 18: Game Development for the Windows 10 Platform

Use Azure to host mobile game’s backend Push notifications, analytics, etc.

Online gaming with Azure Service Fabric Lower latency, no downtime

Host your game on a website! defensebrigade.azurewebsites.net

Azure

Page 19: Game Development for the Windows 10 Platform

https://docs.microsoft.com/en-us/windows/uwp/gaming/e2e

https://github.com/ashanhol/Silent-Dream https://github.com/ashanhol/CollectThemAll

Resources