Sound Assignment #3 - Adding Sound Events to BugSquish or Paint App!

This is the final assignment for the sound unit, and it will combine everything we have learned so far in the course: Basic coding skills, graphics and sprites, sound playback, synthesis, and sequencing.

The goal for this assignment is to take EITHER your Bug Squish or Paint App assignments from the graphics unit and add dynamic sounds to the user interactions. Below is a potential example of the Bug Squish assignment with sounds added in.

See the Pen Graphics Assignment 3 - Bug Squish Game! Solution by LSU DDEM (@lsuddem) on CodePen.

https://codepen.io/lsuddem/pen/LYpOQQy

and here is an example of the Paint App

See the Pen Graphics Assignment 3 - Bug Squish Game! Solution by LSU DDEM (@lsuddem) on CodePen.

https://codepen.io/lsuddem/pen/WNQXVVJ

Notice the characteristics that both of these have in common:

  • Each project has at least 2 different synthesizer sounds and one sound file playback.
  • The sounds change/are triggered based on the user interactions, and these changes make logical sense.
  • the differences in sounds are noticeable.

Be sure to check through the previous two units as well as the resources section as you begin adding sound interactions to your project.