/sierpinski-triangle

A simple example that shows how recursion can be used in graphics, as well as how to make programs safe from bad user-inputs.

Primary LanguageJava

------------------------------------------------------------------------
This is the project README file.
------------------------------------------------------------------------

PROJECT TITLE: Sierpinski Triangle
PURPOSE OF PROJECT: Show how to draw graphics with recursion. Show good programming practices for dealing with user-input.
VERSION or DATE: v2
AUTHORS: Arjun Patel
USER INSTRUCTIONS: Running the main file will open a Java Swing window. Enter a positive integer in the box to define the amount of detail for the fractal.