Created entirely in Javascript over the course of a school term, in about 20 hours.
A simple recursive line drawing algorithm, that draws branches at set angles. You can change the angles, levels of recursion, width, etc.
There were no real big challenges with this project, simple drawing lines and doing a reursive function that changes angles and width is the majority of the project.
Programs used:
Microsoft Visual Studio
Controls (Mobile not supported):
(Make sure to click the window first)
A, D, Left, Right - Change variable
W, S, Up, Down - Change variable value
Space - Stop wind blowing animation
Click here for a standalone page for better control.