CS112
Assignment #2

Due Friday Feb. 6th by the beginning of lecture.

In this assignment you will be creating a simple game. The goal of the assignment is to become familiar with variables, conditionals, and loops. The game is a variation of Pong in which there is a bouncing ball and the player has to use a paddle to keep the ball from going off the screen. You can start with the program we developed in class and add the game feature listed below. Note that this assignment is more complicated than the previous one, if you can't add all of the features, it is okay to turn in a game with only some of the features working.