From 52346f85efac1ced1afeda868877594d90eea3a4 Mon Sep 17 00:00:00 2001 From: Daniel Steinberg Date: Thu, 4 Jun 2015 14:26:12 -0400 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e7fb8a..ce4b0ac 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ A few preliminary notes: * Make the turtle move by typing in "forward()". Make the turtle turn by typing in "right()". * Create routines and your own functions. * I've removed the custom operators for forward and back. They were cute and fun but not good pedagogy. You can add them back. +* To see the colors, change to CosmicTurtle() in WhichTurtle + I am working on a book that will serve as a tutorial using this playground. It will be available soon. This project is presented without any sort of warranty - use at your own risk.