From 23a7339b075b98141d7d95f4b4f9a54d68fd4b69 Mon Sep 17 00:00:00 2001 From: Suzanne Knop Date: Mon, 6 Feb 2017 17:21:07 -0500 Subject: [PATCH 01/12] Basic lsystem functionality working --- index.html | 2 +- src/linkedlist.js | 38 ++++++++++++++++++ src/lsystem.js | 98 +++++++++++++++++++++++++++++++++++++---------- src/main.js | 17 +++++--- src/turtle.js | 36 +++++++++++++---- 5 files changed, 156 insertions(+), 35 deletions(-) create mode 100644 src/linkedlist.js diff --git a/index.html b/index.html index e609adf..fca5345 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - HW2: LSystems + HW3: LSystems