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