I can haz gamez?. Bret Stateham Microsoft Developer Evangelist Blog:

Slides:



Advertisements
Similar presentations
Välkommen till Sommarkollo Introduce XNA Game Studio Express Make A Game!
Advertisements

XNA and Windows Phone 7 Erick Kurniawan, M.Kom, MCTS, MCPD, MCT
Lesson 15 Presentation Programs.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Sprites, User Input, and Collision COSC 315 Fall 2014 Bridget M. Blodgett.
Constructor and New Fields // Don't synch draw() with vertical retrace of monitor graphics.SynchronizeWithVerticalRetrace = false; IsFixedTimeStep = true;
Creating Games For Windows, Xbox 360, and Windows Phone 7 Ryan Plemons
Dan Waters, Academic Relations Manager, Microsoft.
Windows Web Xbox WakeUpAndCode.com.
Windows Windows Phone Azure … and WakeUpAndCode.com.
* My name is Marios Karagiannis * I am Greek * I am not affiliated with Microsoft * PhD UNIGE * In my last year * Gamer * Since the Game &
An introduction to. Introductions  I’m Rob Fonseca-Ensor  A Solution Architect at Infusion  I run the Canary Wharf.NET User Group  I blog at
Windows Windows Phone Azure … and WakeUpAndCode.com.
The Cloud for Modern WakeUpAndCode.com.
Elaine Cahill Microsoft Certified Solution Developer 2002.
Developing games and applications for Xbox 360 using XNA* *XNA is XNA’s Not Acronymed An Introduction by Peter Messenger Senior Developer at QMASTOR Newcastle.
CHAPTER 1 XNA Game Studio 4.0. Your First Project A computer game is not just a program—it is also lots of other bits and pieces that make playing the.
11 Games and Content Session 4.1. Session Overview  Show how games are made up of program code and content  Find out about the content management system.
Finishing 2D COSC 315 Fall 2014 Bridget M. Blodgett.
An Introduction to. What is XNA?  “A set of tools with a managed runtime environment provided my Microsoft that facilitates computer game development.
What is Director?  A tool for creating interactive CDs or interactive media and games on the Web.  Combines graphics, sound, video and other media together.
 Frank Savage Architect Microsoft Corporation.
CHAPTER 4 Images XNA Game Studio 4.0. Objectives Find out how the Content Manager lets you add pictures to Microsoft XNA games. Discover how pictures.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Windows Web Xbox WakeUpAndCode.com.
Windows Windows Phone Azure … and WakeUpAndCode.com.
11 A First Game Program Session Session Overview  Begin the creation of an arcade game  Learn software design techniques that apply to any form.
Getting Started. XNA Game Studio 4.0 To download XNA Game Studio 4.0 itself, go to XNA Game.
Using Namepsaces  This section lists the namespaces that the application will be using frequently. Saves the programmer from specifying a fully qualified.
XNA 4.0 簡介 靜宜大學資工系 蔡奇偉 副教授 © 大綱 XNA 簡介 XNA Framework XNA Build XNA Game Studio 建立 XNA 4 的專案 方案的目錄結構 XNA Game Studio 4.0 參考手冊 Hello, XNA XNA Game.
Developing the Game User Interface (UI) Lesson 5.
Gaming Engines for Windows 8 M2: Game assets Jeremy Foster Microsoft Technical Evangelist Adam Tuliper Microsoft Technical Evangelist.
XNA An Introduction. What XNA is… Microsoft® XNA™ is composed of industry- leading software, services, resources, and communities focused on enabling.
XNA Game Studio 4.0 Keyboard and Mouse Controls + more on Animated Sprites.
11 Making a Sprite Session 4.2. Session Overview  Describe the principle of a game sprite, and see how to create a sprite in an XNA game  Learn more.
WPH310. Free Phone! Windows Phone 7 as a Game Platform Free Tools to Build Great Games The Game Loop Input on Windows Phone 7 Building a Game with Your.
Game Creation in XNA CS470 Final Project Chris Ragland.
PowerPoint 2010 Vocabulary.
3D Models and Meshes Asst. Prof. Rujchai Ung-arunyawee COE, KKU.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Gaming Frameworks for Windows 8 M4: YoYo Games GameMaker Michael Palermo Microsoft Technical Evangelist Jeremy Foster Microsoft Technical Evangelist.
GAME:IT Intro to Game Maker Studio. GAME MAKER STUDIO  This course uses a program called Game Maker Studio  Game Maker Studio is an “open source” software.
A quick tour. Section Overview Look at UI in game engines using the Unity engine as an example. Intro: UI In UnityFrame-based UIDevelopment ResourcesExample.
11 Writing Text Session 5.1. Session Overview  Show how fonts are managed in computers  Discover the difference between bitmap fonts and vector fonts.
Accessibility Features in. To make the computer accessible to people of ALL abilities. Why do we have accessibility features on the computer?
XNA ● Proprietary Microsoft framework ● C#. Interface.
XNA Tutorial 1 For CS134 Lecture. Overview Some of the hard work has already been done for you. If you build and run your game now, the GraphicsDeviceManager.
Consumer Windows Phone Emulator Phone Emulator SamplesDocumentation GuidesCommunity Packaging and Verification Tools Windows Phone Dev Tools AppHub.
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
Building Windows Phone 7 Games and Applications Yes, yes! “Games and Applications” and not “Applications and Games” Content is under NDA – please do no.
Xbox One Dev Mode Shahed Chowdhuri Sr. Technical WakeUpAndCode.com Visual Studio, Unity, Construct 2, etc Dave Voyles Sr.
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
CHAPTER 5 Text XNA Game Studio 4.0. Objectives Discover how text is drawn using Microsoft XNA. Add some font resources to your XNA program. Draw some.
Intro to HoloLens Development Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A new era of mixed reality.
Unity 5 JumpStart Part 4: Sound Effects Shahed Chowdhuri
Using and Creating Sprites
MonoGame and Windows 8.
Intro to Indie Game Development
CRM 2016 Solutions and Package Deployer
Developing on a Mac For C# Developers Shahed Chowdhuri
Lecture 2 - Building a Monogame Windows Project
Unity 5 JumpStart Part 2: Ammo Collisions Shahed Chowdhuri
Part 3: Damage From Objects
Developing Games for Windows Phone 7 with XNA Game Studio 4.0
Part 1: Player Selection & Scores
ASP.NET Core* MVC and Web API Shahed Chowdhuri
Game Development with Unity and C#
Azure Mobile Services in the Cloud
MTA-4201 Game Programming Chapter 8 : Scrolling Background & Font
Intro to HoloLens Development
Presentation transcript:

i can haz gamez?

Bret Stateham Microsoft Developer Evangelist Blog:

Quick intro to Phone XNA games Make a game The goal is to help you see that: – Game dev is easier than you think – You can make a game The goal is NOT to – Make a world class game – Let you sit there and not get involved

Need Windows Phone Dev Tools XNA Game Studio included New Project Templates in Studio Typical game solution – “Game” project – “Content” project

The assets your game uses Graphics – Start / End of Game screens – Game elements (Sprites) Fonts (SpriteFonts) Sounds

Main class is – Microsoft.Xna.Framework.Game Main Methods – Constructor – Initialize – LoadContent – Update – Draw – UnloadContent

Single image Image matrix