Setup
This lab requires that you’ve completed most of Lab 11. If your turrets don’t work properly, you may not be able to test all the sound effects, but you should be able to implement most other features.
Do the following to prepare your Lab12
project:
- Copy ALL of your .h/cpp files from the Lab11 folder to the Lab12 folder
- Open your repo in Visual Studio or Visual Studio Code as usual
- Now you need to change the build target from “Lab11” to “Lab12.” In Visual Studio (PC) this is via the dropdown near the play button. For Visual Studio Code (Mac), you should change both instances of “Lab11” on the bottom toolbar (one for the build target and the other for the run target)
Now you’re ready for part 1 of the lab.