This is the first projectile launching game I have created. I have kept the coding to minimum to make it easy to understand the coding. We will be doing more sophisticated versions of this game in the next projects. Use Left and Right arrow keys to change the direction of the cannon, and spacebar to launch a ball. The ball is launched only when the spacebar is clicked, amd the next ball launches only after the code for the previous ball is completed. Therefore you will see only one ball on the screen at a time. In the next version we will see how to throw a barrage of balls.