This project will show you the steps to completing the “Whack-A-Mole” game
In this game, the player will try and hit as many moles as they can in a certain amount of time, and get a score based on how well they do
The players will hit the moles by clicking on them. Luckily, this code is already done in our template (along with a lot of other code).
The code we will be working on is for what is called 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