This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* File: Breakout.java | |
* ------------------- | |
* Name:Michael Liendo | |
* @Author: Model3volution | |
* | |
* This file will eventually implement the game of Breakout. | |
* Total time spent creating the bricks: 2.5 hours. | |
* Total time spent creating a paddle w/in the bounds: 2 hours | |
* Total time spent testing all collsions (wall, paddle, bricks): 2.5 hours |
NewerOlder