Difference between revisions of "Game Programming Class7"

esse quam videri
Jump to: navigation, search
(Homework)
(Discuss Midterm Project)
Line 43: Line 43:
 
==Discuss Midterm Project==
 
==Discuss Midterm Project==
 
2D Project will be your midterm it will be worth 20 points.
 
2D Project will be your midterm it will be worth 20 points.
It will also be featured in the Manifest Show. I'd like to make and XNA Game Room (maybe a game hall) and just setup a bunch of machines playing your games.
+
It will also be featured in the Manifest Show. I'd like to make an XNA Game Room (maybe a game hall) and just setup a bunch of machines playing your games.
 
If you are an senior I'd like you to enter it in the Seniors Show. The senior show will be in the hokin and your project will need to build for XBox.
 
If you are an senior I'd like you to enter it in the Seniors Show. The senior show will be in the hokin and your project will need to build for XBox.
  

Revision as of 22:11, 9 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

First Audio Project XACT Demo

XNA Audio Classes

<csharp>

  private AudioEngine engine;
  private WaveBank waveBank;
  private SoundBank soundBank;

</csharp>

Discuss Midterm Project

2D Project will be your midterm it will be worth 20 points. It will also be featured in the Manifest Show. I'd like to make an XNA Game Room (maybe a game hall) and just setup a bunch of machines playing your games. If you are an senior I'd like you to enter it in the Seniors Show. The senior show will be in the hokin and your project will need to build for XBox.

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), including:
    • Screenshot
    • Title
    • Directions/How to Play
    • Download link (source for now, Packaged versions later)
    • your name and contact info