So you have the greatest idea for the Next Big Hit Windows Phone Game? Mattias June 12, 2012.

Slides:



Advertisements
Similar presentations
Mobile Application Development Keshav Bahadoor. Part 1 Cross Platform Web Applications.
Advertisements

Windows Phone Development Munir Usman Microsoft Most Valuable Professional – Visual C# Founder/CEO – Pi Labs (
XNA and Windows Phone 7 Erick Kurniawan, M.Kom, MCTS, MCPD, MCT
Creating Games For Windows, Xbox 360, and Windows Phone 7 Ryan Plemons
Kelly White | Silvertail Software Inc. Microsoft MVP – Windows Phone Development Blog:
Dan Waters, Academic Relations Manager, Microsoft.
Amanda Silver Director of Program Management Visual Studio Tools for Client Applications Cross-Platform Development using Visual Studio.
William Coleman – OS & Mobile Product Manager Lead.
vs. PeopleIcons SOCIAL COMMUNICATIONS ‘People-centric’ experiences merging social nets with communication HARDWARE CHOICE Range of sizes,
Rob Fonseca-Ensor.  I help run the CWDNUG  I’m co-authoring a WROX book on WP7 | | meetup.com/cwdnug  I’ve got.
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 8.1 Windows Phone 8.1 … and WakeUpAndCode.com.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Tammy Manganello, SVP - Games for Windows.
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.
Windows 7 Its coming real soon – Windows – Windows – Windows – Windows – Windows – Windows 3.2 (Chinese)
I can haz gamez?. Bret Stateham Microsoft Developer Evangelist Blog:
LastLeaf Sample PPT SMARTEST WAY TO CRAFT PRESENTATIONS.
1 Wednesday, August 6, 2008 ASYNCHRONY SOLUTIONS Making cross-platform Windows/Xbox 360 games in XNA.
An Introduction to. What is XNA?  “A set of tools with a managed runtime environment provided my Microsoft that facilitates computer game development.
 Frank Savage Architect Microsoft Corporation.
Las Vegas XNA Users Group. October 2007 MEETING! Presented by Charley Jones A+, MOUS, MCP, MCSA, MCSE, MCDBA, MCAD, MCT, PMP, ITIL MCTS: SQL Server 2005,
Rob Miles Microsoft MVP University of Hull Fun Programming with Visual Studio.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Windows Web Xbox WakeUpAndCode.com.
Faster 2D graphics on Windows 8 Your app will run faster on Windows 8.
Preparing to Support Enterprise Applications on Windows Azure Eric Mattingly Service Engineer Microsoft Corporation AZR301.
Augusto Valdez Senior Product Manager Mobile Communications Business SESSION CODE: WPH202.
Creating a 2D physics game with Unity 3D Dan Russell-Pinson.
XNA An Introduction. What XNA is… Microsoft® XNA™ is composed of industry- leading software, services, resources, and communities focused on enabling.
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.
Shahed Chowdhuri, Sr. Consultant. 1.UI Design: predicting human behavior 2.Product Backlog vs Artificial Deadlines 3.Scrum, especially in lone-wolf.
What’s new and what’s coming Vic Laurie
MonoXNA 3D. Games Fun Relaxation Mind training Profitable business –World of Warcraft (successful game)
Windows Windows Phone Azure … and WakeUpAndCode.com.
SSMIC Game Development Workshop - Brian Robbins June 21,2007 How do I make a game?  Quick look at lots of different tools  Discuss pros/cons of each.
Changing Screen Settings In Windows XP. Changing Screen Settings Right Click on open spot in desktop and click on properties or go to Start Menu, Control.
Convert DBX to PST, MSG and EML file Format. Outlook Express DBX Converter v4.0  It is perfect OE s Conversion Program with multiple facilities.
Windows 7 Deployment Mark French
IGDA Ottawa “Indies in the Classroom” March 16, 2011.
11 Computers, C#, XNA, and You Session 1.1. Session Overview  Find out what computers are all about ...and what makes a great programmer  Discover.
Ibraheem Osama Mohamed Mobile Developer-Rashdan IT.
Consumer Windows Phone Emulator Phone Emulator SamplesDocumentation GuidesCommunity Packaging and Verification Tools Windows Phone Dev Tools AppHub.
PhoneSmall Tablet 2-in-1s (Tablet or Laptop) Desktops & All-in-Ones PhabletLarge Tablet Classic Laptop XboxIoTSurface HubHolographic Windows 10.
Windows 10 PC, Tablet and Phone Working with the New Features of Windows 10.
Searching for Images Improving the quality of your Google Search.
Building Windows Phone 7 Games and Applications Yes, yes! “Games and Applications” and not “Applications and Games” Content is under NDA – please do no.
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
Introducing Windows 8. Agenda Introduction Genealogy Windows 8 Overview Metro Start Menu Demonstration.
Windows 10 Tech Support Call On Windows 10 the latest product updates from Microsoft providing a lots of easy facilities to the It professionals.
Windows xp Metro Edition Stupid Just Shut And Start
Moving from Stencyl 2 to Stencyl 3 & beyond
Fireball Prepared by: Mohammad Abu-Hasan & Oday Ashour
5/22/2018 1:39 AM BRK2156 Power BI Report Server: Self-service BI and enterprise reporting on-premises Christopher Finlan Senior Program Manager © Microsoft.
Tooling Breakout Session
The Windows Phone Application Platform
Using Microsoft Visual Basic to Build Windows Phone Applications
Windows Phone: how to build a game
How to Fix Windows 8.1 Apps Not Opening Error?. How to Fix? Try this First: Download & run the Windows 8 App Troubleshooter from MicrosoftWindows 8 App.
9/21/2018 3:41 AM BRK3180 Architect your big data solutions with SQL Data Warehouse & Azure Analysis Services Josh Caplan & Matt Usher Program Managers.
Windows Phone multitasking
Microsoft Ignite /14/ :21 AM BRK2101
Developing Games for Windows Phone 7 with XNA Game Studio 4.0
Quality & Performance for XAML Apps
Watchdog Anti malware is reliable application and a multi engine scanner, which can detect various malicious files, worms, malware and other online threats.
What’s new for Silverlight & XNA developers in Windows Phone Mango
Game Development with Unity and C#
Times Tables Information Session
HOW TO DOWNLOAD & INSTALL TomTom Home For Mac & Windows.
Presentation transcript:

So you have the greatest idea for the Next Big Hit Windows Phone Game? Mattias June 12, 2012

the idea

Combat Ghost Paratroopers Aquatic Sandwich Journey Save Yourself from the Yak Baseball Retro Jetpack Farmer Elmo's Ninja of Doom American Samurai of Death Infinite Dodgeball Empire

step two

tools

specs

Anything from 480 x 800 down to 240 x 240 (scales up to fullscreen) resolutions

800 x 480 slow – beautiful 600 x 360 (56%) quicker – quite lovely 400 x 240 (25%) lightning fast – pixely resolutions

512 MB or 256 MB memory Per app ~90 MB

the anatomy

two projects

platform

change platform

phone vs PC vs Xbox

the lifecycle

Initialize() LoadContent() Update() Draw() OnActivated() Game()

Update() Draw() OnDeactivated() OnExiting() ~Game()

Update() Draw() OnDeactivated() OnActivated()...

Hm…This one looks familiar…

demo

font rendering XNA butt-ugly! Nuclex Framework back in business!

graphics vs

math MathHelper Lerp() SmoothStep() Clamp()

math Multiplication vs Division fasterslower b=a*0.5f;b=a/2f; vs

trial mode

be ready time downloads

the future of xna Windows 8 (Metro) Windows Phone 8 Xbox (XBLIG) Windows Classic (XP, Vista, Win7, Win8 desktop mode)  XNA is not an option XNA is still the best option XNA is one of the options

queries?

Mattias Larsson __mattias__ Badgers Rock (Windows Phone Marketplace)