Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
/ JavaFireworks Public archive

Simple 2D Fireworks using java's inbuilt graphics libraries

License

Notifications You must be signed in to change notification settings

bradzacher/JavaFireworks

Repository files navigation

Fireworks

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.

Building

  1. download all files in the repository.
  2. navigate to the folder in your command line.
  3. compile the class files using javac *.java.
  4. run the application using java Fireworks.

Demo

View a Demo

About

Simple 2D Fireworks using java's inbuilt graphics libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages