
Square to Polygon Drawer Green Flag (or Space) to make it draw a Square. This project is the starting point for a Coding exercise introducing kids to Variables, and how we can use them to easily change a project created to do one specific thing, into one that can do a whole bunch of things, simply by proper use of a few Variables.
Created by @gregatku for use in Coding Classes for Kids Unlimited, for whom I work as a Coding teacher. Kids are given this Code to Remix. Then we get them to make the minimal changes to make it draw a triangle. Generally we discover the correct degrees to turn, by trial & error. Then we get the computer to do the necessary mathematics for us. Finally we introduce them to Variables to generalise it for any shape Polygon. The solution project by @gregatku is called Regular Polygon Drawer.