Skip to content

Draws fractals recursively using the StdDraw library

Notifications You must be signed in to change notification settings

KrishayB/RecursiveFractals

Repository files navigation

RecursiveFractals

About:

Different types of fractals are drawn using recursion and the StdDraw library. The constants in each file can be changed to get more new and interesting shapes. Comments are added to see how the code runs.

Running the program:

  1. Clone the repository, download the code, or copy/paste it into a .java file.
  2. Choose one of the .java files (excluding the StdDraw.java) to run.

Ex. of running FractalTree when ORDER = 15:

Example