Difference between revisions of "Game Programming Class7"

esse quam videri
Jump to: navigation, search
(Review Homework)
Line 1: Line 1:
 
==Review Homework==
 
==Review Homework==
Make sure to post all projects linked to your solution.
+
Make sure to post all projects linked to your solution. Please pre/postpend your name or initial to your Homework when you post it.
  
 
==Audio Editors==
 
==Audio Editors==

Revision as of 20:00, 7 March 2009

Review Homework

Make sure to post all projects linked to your solution. Please pre/postpend your name or initial to your Homework when you post it.

Audio Editors

Audacity

Where to get sounds

Commercial

Creative Commons

Questionable Origin

XACT

XNA Audio Tool

   * SoundBank
   * WaveBank

XACT Demo XNA Audio Classes

private AudioEngine engine;

               private WaveBank waveBank;
               private SoundBank soundBank;

Homework

  • Make an XNA project that uses and XACT Project to play a background track and a sound effect triggered from user input or a game event. 3 points
  • Work on 2D Game Version 1 due next week
  • Build Website for 2D Game 2 points