Difference between revisions of "Game Programming Class6"

esse quam videri
Jump to: navigation, search
(Midterm Presentation)
(Simple Animation)
Line 2: Line 2:
  
 
http://www.engadget.com/2010/03/06/microsoft-shows-off-single-game-running-on-windows-windows-phon/
 
http://www.engadget.com/2010/03/06/microsoft-shows-off-single-game-running-on-windows-windows-phon/
 +
 +
==Physics==
 +
 +
 +
http://farseerphysics.codeplex.com/
 +
  
 
==Simple Animation==
 
==Simple Animation==

Revision as of 15:29, 9 October 2013

I knew it was coming

http://www.engadget.com/2010/03/06/microsoft-shows-off-single-game-running-on-windows-windows-phon/

Physics

http://farseerphysics.codeplex.com/


Simple Animation

what extra fields do we need for animation?

http://create.msdn.com/en-US/education/catalog/sample/sprite_sheet

Platformer Example

Show platformer starter kit

simple and elegant but not that flexible

Animation Classes

Way too many classes for me to type here

  • PacMan States
  • PacMan Dying Animation
  • PacMan Eating

IntroAnimation Project IntroAnimation.zip

Ugly but flexible

  • DrawableAnimatableSprite.cs
  • CelAnimationManager.cs

Homework

Proof of concept for Midterm Game

  • Make a small demo of the main concept of you game.
  • Temp art and missing elements are fine at this point
  • Don't worry about intro screens
  • Collect audio and art assets