GitXplorerGitXplorer
b

JavaFireworks

public
1 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
2fcd0a0efd5410edfbe522d598d0d4445f23f75c

change to unlicence

bbradzacher committed 7 years ago
Verified
e1180d5610c357e10aad3702e6ec46fc582367a0

Create LICENSE

bbradzacher committed 7 years ago
Unverified
15ca8dc315c9ad9847c92d7195dd1242ba648b44

added build steps and a video to the readme

bbradzacher committed 8 years ago
Unverified
a56113b39426dc1705b1580f4659b6c3c1fb1f0f

added readme.md

bbradzacher committed 10 years ago
Unverified
3f3b9c1de63fdfeb7614ce64f2c3db82ad88569a

Adding files

bbradzacher committed 10 years ago
Unverified
fc0f5bb5124d20e10a3255fcbc3eea0901271c26

:circus_tent: Added .gitattributes & .gitignore files

bbradzacher committed 10 years ago

README

The README file for this repository.

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