ftclausen / khan_academy_homework

Projects and other homework for Khan Academy studies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

This is my Khan Academy homework repo.

Git Branches

The Processing JS set-up on Khan Academy does not quite use coordinates in the same way as "vanilla" Processing JS so I've made a khan_academy_submission_version branch of this project that will work on the KA version of Processing JS.

Recursion

The recursion homework references L-systems so I thought it a fun challenge to implement some examples from the Wikipedia page myself.

Set up

Pop this repo on a web accessible location somewhere and navigate to the html version of each project. E.g.

See below for examples

Plant - plant.js

![plant](https://github.com/ftclausen/ka_recursion_project/blob/master/examples/plant.png | width=400px)

Pythagoras Tree - pythagoras_tree.js

Pythagoras Tree

About

Projects and other homework for Khan Academy studies


Languages

Language:JavaScript 99.9%Language:HTML 0.1%