Chris Pollett >
Old Classes >
PIC197

   ( Print View )

Enrollment info

Course Info:


Homework Assignments:
Practice Exams: PIC:
                                   












HW#4 --- last modified January 16 2019 00:35:19..

Since this homework is essentially Demo 8 from the book modified to what each person's project looks like no solution will be posted.

Due date: May 25
========= 

Files to be submitted: p197hw4file1.zip (this should contain your
======================                   source files and project)

HW4 Purpose: Become familiar with DirectSound. Game shell creation 
============ 

Specification:
==============
This homework is geared toward helping work on your final project.
To get full credit on this assignment you must submit a 
semi-working version of your final project that has a 
game shell with at least three states: a title screen state, a play game
menu state and a game playing state. For each of these state you must
have at least one distinct WAV file that is played or can be played by
hitting a key. (must say which one). Each state should also have its
own keyboard handler. You should also make sure the
menu state is reachable from the game state at any time.
Note: the lab is probably not equipped for sound so if you have problems
doing development at home please contact me and we'll try to arrange
something.

Point Breakdown for HW4
=======================
Documentation..........................1pt
Switching between states okay..........1pt
Title screen shows up and keyboard.
 handler works.........................2pt
Menu Screen shows up and handler works.2pt
Game Screen shows up and handler works.2pt
Have a distinct sound in each state....2pt

Total.................................10pts                          

Since this homework is essentially Demo 8 from the book modified to what each person's project looks like no solution will be posted.