Journal Entry #7: 07/13/2015-07/17/2015


Pong is an interesting game, in which it consist of two players, a score, and a ball. The purpose of this game is to keep the ball between both players, and not letting the ball pass after the players paddle. This will result in the player gaining points to determine whether one wins or loses a game. I continued to learn the basic elements and understanding the functions of the pong game. I had to understand the functions between the collisions of the objects, and how functional reactive programming was used within this program. I had to understand how the construction of the code was developed throughout update function, beginning with the outline of the function. Breaking down the code into parts to find what the necessary parts of the code are.