Difference between revisions of "Game Programming Class6"

esse quam videri
Jump to: navigation, search
(Animation Classes)
(Static Members)
Line 30: Line 30:
 
Another Technique
 
Another Technique
  
Ghosts
+
Ghosts as a static List
  
 
==Homework==
 
==Homework==

Revision as of 02:01, 2 March 2009

Review SVN

  • Import
  • Checkout
  • Update
  • Merge

Midterm Presentation

Discuss Midterm Projects requirements

discuss each project

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


Static Members

Another Technique

Ghosts as a static List

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