This project will show you the steps to completing a game manager for the “BalloonPop” game.
In this game, the player will try to pop as many balloons as they can in a certain amount of time and get a score based on how well they do.
The player will pop balloons by clicking on them and every time a balloon is popped, another will soon appear.
The code we will be working on for this part of the project is for a game manager. A game manager does exactly that. It manages the game, tells other sprites what to do and when to do it. After this project, we’ll get a taste of what this actually means and see it in action.
Project Template:
Click here to start: Balloon Pop Template