Game Programming Class8

esse quam videri
Revision as of 03:01, 9 February 2009 by Jeff (talk | contribs) (New page: Sound Manager SoundManager.cs Sound amangement class. There are several problems with the sound How to expose methods to the other classes. Should it be a sevice? Event Model? Sound Var...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sound Manager

SoundManager.cs Sound amangement class. There are several problems with the sound

How to expose methods to the other classes. Should it be a sevice? Event Model? Sound Variables

Global Variables RPC Variables Homework Midterm Project Due Next Week Requirements for 2D Game

   * Loads and Displays 2D graphics
   * Uses Text for Output to player and GameConsole for debugging
   * Uses GamePad or KeyBoard for input. Uses a game service to handle input from these devices
   * Has stateful sprites that animate or change states
   * Has some kind of Anmiation
   * Uses Sound