Fixing bugs and connect the minigame to main game
1. fix the position of platforms in the minigame so that collision act correctly
2. connect the minigame to the main game
This week went align with my plan.
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.
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.
I'm good and excietd to see the game is almost ready to play