Mini Game Launch
This past week I have been focusing on the transition from the main board game map to the mini game scenes when a player lands on a checkerboard tile.
This included maintaining variables through scene transitions, such as the players' locations and scores and also which player's turn it is. I also added text to alert the players of their scores.
Right now, there is a large lag in between when the player lands on the tile and when the mini game scene loads, so I am beginning to implement a load screen with a loading bar that the players can view while they wait as seen below.