This was a simple application that I made for a bit of fun whilst I was learning 2D graphics at Uni.
Draws a randomly generated firework on click, using only Java's built in 2D Graphics library.
- download all files in the repository.
- navigate to the folder in your command line.
- compile the class files using
javac *.java
. - run the application using
java Fireworks
.