Our problem now is to develop a program that can
1. Place N turtles in a regular N-gon, and
2. Each turtle chases the next one, and draws a trail as it goes.
Your program should have the following features
1. A slider that allows the number of turtles to vary from 2 to 6, and places them in regular 2-gons to
6-gons.
2. The standard \"setup\" and \"go\" buttons. Pressing \"setup\" should show the turtles and \"go\" should
cause the turtles to move.
3. The \"go\" function should stop when the turtles meet