Shuyang Zhang - Week 7 Report

What were your concrete goals for the week?

Fixing bugs and connect the minigame to main game

What goals were you able to accomplish?

1. fix the position of platforms in the minigame so that collision act correctly
2. connect the minigame to the main game

If the week went differently than you had planned, what were the reasons?

This week went align with my plan.

What are your specific goals for the next week?

1. With the multiplayer support, to add the condition that the minigame begin when theives catched by the security guard.
2. work with gameplay people to integrate abilities.

What did you learn this week, if anything (and did you expect to learn it)?

I learned how to connect two games together. Initially the minigame has its own main.cpp and CMakeLists.txt, I learn how to create a minigame.h and minigame.cpp to replace the original main file, and change the CMakeLists of the main game to include the minigame.

What is your individual morale?

I'm good and excietd to see the game is almost ready to play