Skip to content

Java program which displays a constantly updating Fractal T-Square, of randomized colours upon each run.

Notifications You must be signed in to change notification settings

e-loughlin/tSquareFractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tSquareFractal

This program was developed using the Java and the Eclipse IDE. It was a fun project to test some of the features of Java, and to play around with recursion.

It is a simple demonstration of a recursive algorithm printing out squares. It's called the T Square Fractal. My program uses a random number generator to randomly choose colours within a certain range; the range is also randomly selected at runtime.

About

Java program which displays a constantly updating Fractal T-Square, of randomized colours upon each run.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages