Skip to content

julia-castro/exercise.sakura

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Javascript Tree

An exercise in Object Oriented Modeling in Javascript, an exploration of HTML Canvas and Turtle Graphics.

Our tree is the expression of two simple rules: (1) branches grow, and (2) branches branch.

It's a fractal — an image that contains instances of itself.

Our tree represents a recursive structure as a collection of objects.

Since the rules are applied recursively, slight changes in the rules can produce profound changes in the final result. In this regard, we are the same as our tree.

To grow the tree, clone down and open index.html

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.0%
  • HTML 3.1%
  • CSS 0.9%