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
/** | |
* Author: Min Hoo Lee | |
* Date: March 20, 2015 - May 19, 2015 (start to end) | |
* | |
* Description: | |
* ColorShooter.java is the program containing the game "Arcus Coelestis". | |
* This game was created and designed for the Game-In-5-Weeks Project. | |
* It involves the user controlling a cannon to shoot colored balls | |
* (specified by HSV sliders) at randomly colored balls | |
* located in the top of the screen. If the ball hits a ball of the same color, |
NewerOlder