Skip to main content Link Search Menu Expand Document (external link)

Theme: auto

Setup

This lab requires that you’ve at least completed the first page of Lab 8.

Do the following to prepare your Lab09 project:

  1. Copy ONLY the following .h/cpp files from the Lab08 folder to the Lab09 folder:
    1. Actor.h/cpp
    2. AudioSystem.h/cpp
    3. CameraComponent.h/cpp
    4. Game.h/cpp
    5. MoveComponent.h/cpp
    6. Player.h/cpp
    7. PlayerMove.h/cpp
  2. Open your repo in Visual Studio or Visual Studio Code as usual
  3. Now you need to change the build target from “Lab08” to “Lab09.” In Visual Studio (PC) this is via the dropdown near the play button. For Visual Studio Code (Mac), you should change both instances of “Lab09” on the bottom toolbar (one for the build target and the other for the run target)
  4. Your code will not compile yet!

Now you’re ready for part 1 of the lab.